diff --git a/README.md b/README.md index f4648b6..852be61 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Configure file paths in global variables, then source `miracle.sh` and let it ta - Probably any other SQLplus-installable scripts - Oracle EBS functions (.ldt) - Oracle EBS concurrent programs (.ldt) +- Oracle EBS messages (.ldt) - Oracle Forms libraries (.pll) - Oracle Forms modules (.fmb) diff --git a/template.sh b/template.sh index affab67..61139f6 100644 --- a/template.sh +++ b/template.sh @@ -27,6 +27,12 @@ ebs_concurrent_programs=( ) +ebs_messages=( + # Example: + # "LANG_CODE;ORACLE_APPLICATION_SHORTNAME;PATH/TO/SCRIPT.ldt" + +) + forms_libraries=( # Example: # "PATH/TO/LIBRARY.pll"