Setup guide

Supported File Types in Customization Manager C-15
File Type Description Order Of Execution
package_body Package body 7
seed_data Custom seeded data SQL script 8
create_index Create index script 9
create_index_owner Create index in custom schema 9
create_trigger Create or replace trigger script 10
sql Generic 11
sql_owner Run SQL in custom schema 11
For example, the type create_sequence will execute before the type create_table or
create_table_owner. The types create_table/create_table_owner will execute in parallel
before the types alter_table/alter_sequence/alter_table_owner.