Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Concurrent programs are system batch jobs that retrieve and push data between Oracle applications and the database. They can be comprised of a single request or a request set containing more than one concurrent program.

  

File Extensions 

...

Object Type Identification

  • .sql files in the cp_sql folder (or user defined folder specified by EBS Concurrent Program SQL Root Source Directory on Project Properties).

File Extensions 

NameDescription
.sqlStructure Query Language file format written in ASCII, used by database products.Typically contains queries to modify the structure data of a relational database (insert, delete, update, or select).

...