Skip to content

Commit

Permalink
Add EBS messages to template script and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
4O4 committed Sep 8, 2017
1 parent 0927941 commit 9113333
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 6 additions & 0 deletions template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9113333

Please sign in to comment.