Skip to content

Commit

Permalink
Add EBS concurrent programs to template and README
Browse files Browse the repository at this point in the history
  • Loading branch information
4O4 committed Jan 28, 2017
1 parent c8f3214 commit 83c54b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Configure file paths in global variables, then source `miracle.sh` and let it ta
- PL/SQL Packages (.pkb, .pks)
- Probably any other SQLplus-installable scripts
- Oracle EBS functions (.ldt)
- Oracle EBS concurrent programs (.ldt)
- Oracle Forms libraries (.pll)
- Oracle Forms modules (.fmb)

Expand Down
8 changes: 7 additions & 1 deletion template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,16 @@ ebs_functions=(

)

ebs_concurrent_programs=(
# Example:
# "PATH/TO/SCRIPT.ldt"

)

forms_libraries=(
# Example:
# "PATH/TO/LIBRARY.pll"

)

forms_modules=(
Expand Down

0 comments on commit 83c54b1

Please sign in to comment.