DBA Data[Home] [Help]

APPS.OPI_DBI_WIP_COMP_OPM_PKG dependencies on OPI_DBI_COMMON_MOD_INIT_PKG

Line 370: IF (NOT (opi_dbi_common_mod_init_pkg.init_end_bounds_setup

366: EXECUTE IMMEDIATE ('TRUNCATE TABLE ' || s_opi_schema || '.' || 'opi_dbi_opm_wip_led_current');
367:
368: -- Check if all the bounds have been properly set up
369: l_stmt_id := 20;
370: IF (NOT (opi_dbi_common_mod_init_pkg.init_end_bounds_setup
371: (WIP_COMPLETION_ETL, OPM_SOURCE))) THEN
372: RAISE run_common_module;
373: END IF;
374:

Line 586: IF (NOT (opi_dbi_common_mod_init_pkg.init_end_bounds_setup

582: EXECUTE IMMEDIATE ('TRUNCATE TABLE ' || s_opi_schema || '.' || 'opi_dbi_opm_wip_led_current');
583:
584: -- Check if all the bounds have been properly set up
585: l_stmt_id := 20;
586: IF (NOT (opi_dbi_common_mod_init_pkg.init_end_bounds_setup
587: (WIP_COMPLETION_ETL, OPM_SOURCE))) THEN
588: RAISE run_common_module;
589: END IF;
590: