DBA Data[Home] [Help]

APPS.PJI_PJP_SUM_ROLLUP dependencies on PJI_PJP_SUM_DENORM

Line 19313: PJI_PJP_SUM_DENORM.cleanup_rbs_denorm(p_worker_id,'ONLINE');

19309: end if;
19310:
19311: /* Added for Bug 9099240 Start */
19312: if l_extraction_type is null then
19313: PJI_PJP_SUM_DENORM.cleanup_rbs_denorm(p_worker_id,'ONLINE');
19314: else
19315: PJI_PJP_SUM_DENORM.cleanup_rbs_denorm(p_worker_id,l_extraction_type);
19316: end if;
19317: /* Added for Bug 9099240 End */

Line 19315: PJI_PJP_SUM_DENORM.cleanup_rbs_denorm(p_worker_id,l_extraction_type);

19311: /* Added for Bug 9099240 Start */
19312: if l_extraction_type is null then
19313: PJI_PJP_SUM_DENORM.cleanup_rbs_denorm(p_worker_id,'ONLINE');
19314: else
19315: PJI_PJP_SUM_DENORM.cleanup_rbs_denorm(p_worker_id,l_extraction_type);
19316: end if;
19317: /* Added for Bug 9099240 End */
19318:
19319: end UPDATE_RBS_DENORM;