DBA Data[Home] [Help]

APPS.OPI_DBI_WIP_COMP_INCR_PKG dependencies on OPI_DBI_WIP_COMP_INIT_PKG

Line 194: IF (NOT (opi_dbi_wip_comp_init_pkg.check_global_setup ())) THEN

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

Line 277: opi_dbi_wip_comp_init_pkg.compute_wip_comp_conv_rates (errbuf, retcode,

273: -- computation is identical.
274: -- COMMIT DATA SO THAT THE ROLLBACK SEGMENT DOES BECOME TOO LARGE IN
275: -- THE FUNCTION. WRAPPER ONLY COMMITS FOR FACT TABLE.
276: l_stmt_id :=80;
277: opi_dbi_wip_comp_init_pkg.compute_wip_comp_conv_rates (errbuf, retcode,
278: s_opi_schema);
279:
280: -- Merge all the data to the fact table.
281: -- DO NOT COMMIT DATA IN THIS ONE FUNCTION.