Versions Compared

Key

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

collection of reusable code, programs, and database objects that provides common functionality across all E-Business products.

Object Type Identification

  • If a .sql file is not a Concurrent program (indicated by parent folder), then it is considered DB Objects (SQLs). File content is also further analyzed by populate process.
  • Files ending in file extensions added to the EBS SQL Extensions (FDEBS_SQL_EXTENSIONS

...

  • ) project property are also added.
    • EBS SQL Extensions property defaults to seq,tbl,idx,typ,tps,tpb,sql,pkh,plb,pks,pkb,pls,pck,fnc,trg,spc,bdy,prc.

File Extensions 

NameDescription
.sqlA file containing sql statements. Extensions may be customized using the FDEBS_SQL_EXTENSIONS project property.

...