DBA Data[Home] [Help]

APPS.OPI_DBI_WIP_SCRAP_INCR_PKG dependencies on OPI_DBI_WIP_SCRAP_INIT_PKG

Line 192: IF (NOT (opi_dbi_wip_scrap_init_pkg.check_global_setup ())) THEN

188: END IF;
189:
190: -- check if the global set up is good
191: l_stmt_id := 11;
192: IF (NOT (opi_dbi_wip_scrap_init_pkg.check_global_setup ())) THEN
193: RAISE global_setup_missing;
194: END IF;
195:
196: -- get the DBI global start date

Line 241: opi_dbi_wip_scrap_init_pkg.compute_wip_scrap_conv_rates (errbuf, retcode,

237: -- Use same function as initial load
238: -- COMMIT DATA SO THAT THE ROLLBACK SEGMENT DOES BECOME TOO LARGE IN
239: -- THE FUNCTION. WRAPPER ONLY COMMITS FOR FACT TABLE.
240: l_stmt_id :=60;
241: opi_dbi_wip_scrap_init_pkg.compute_wip_scrap_conv_rates (errbuf, retcode,
242: s_opi_schema);
243:
244: -- Merge all the data to the fact table.
245: -- DO NOT COMMIT DATA IN THIS ONE FUNCTION.