DBA Data[Home] [Help]

APPS.PJI_PJP_SUM_ROLLUP dependencies on PJI_RBS_DENORM_DELTA

Line 6369: insert into PJI_RBS_DENORM_DELTA delta_i

6365: l_extraction_type := PJI_PROCESS_UTIL.GET_PROCESS_PARAMETER(l_process, 'EXTRACTION_TYPE');
6366:
6367: if (l_extraction_type = 'RBS') then
6368:
6369: insert into PJI_RBS_DENORM_DELTA delta_i
6370: (
6371: WORKER_ID,
6372: STRUCT_VERSION_ID,
6373: SUP_ID,

Line 19305: -- delete from PJI_RBS_DENORM_DELTA_T;

19301: PA_RBS_DENORM den
19302: where
19303: den.STRUCT_VERSION_ID = g_rbs_version;
19304:
19305: -- delete from PJI_RBS_DENORM_DELTA_T;
19306:
19307: end if; /* Added for Bug 9099240 */
19308:
19309: end if;

Line 20384: 'PJI_RBS_DENORM_DELTA',

20380: l_tab12 := 'Y';
20381: end if;
20382: if l_tab13 = 'N' then
20383: PJI_PROCESS_UTIL.TRUNC_INT_TABLE(l_schema,
20384: 'PJI_RBS_DENORM_DELTA',
20385: 'PARTITION',
20386: 'P' || p_worker_id);
20387: l_tab13 := 'Y';
20388: end if;