DBA Data[Home] [Help]

APPS.PJI_FM_SUM_PSI dependencies on PJI_PJP_SUM_MAIN

Line 4038: PJI_PJP_SUM_MAIN.INIT_PROCESS(l_worker_id,

4034:
4035: commit;
4036:
4037: BEGIN
4038: PJI_PJP_SUM_MAIN.INIT_PROCESS(l_worker_id,
4039: 'P',
4040: l_operating_unit,
4041: null,
4042: null,

Line 4148: l_process := PJI_PJP_SUM_MAIN.g_process || p_worker_id;

4144: l_extraction_type varchar2(15);
4145:
4146: begin
4147:
4148: l_process := PJI_PJP_SUM_MAIN.g_process || p_worker_id;
4149:
4150: if (not PJI_PROCESS_UTIL.NEED_TO_RUN_STEP(l_process, 'PJI_FM_SUM_PSI.BALANCES_ROWID_TABLE(p_worker_id);')) then
4151: return;
4152: end if;

Line 4248: l_process := PJI_PJP_SUM_MAIN.g_process || p_worker_id;

4244: l_extraction_type varchar2(15);
4245:
4246: begin
4247:
4248: l_process := PJI_PJP_SUM_MAIN.g_process || p_worker_id;
4249:
4250: if (not PJI_PROCESS_UTIL.NEED_TO_RUN_STEP(l_process, 'PJI_FM_SUM_PSI.BALANCES_UPDATE_DELTA(p_worker_id);')) then
4251: return;
4252: end if;

Line 4447: l_process := PJI_PJP_SUM_MAIN.g_process || p_worker_id;

4443: l_extraction_type varchar2(15);
4444:
4445: begin
4446:
4447: l_process := PJI_PJP_SUM_MAIN.g_process || p_worker_id;
4448:
4449: if (not PJI_PROCESS_UTIL.NEED_TO_RUN_STEP(l_process, 'PJI_FM_SUM_PSI.BALANCES_INSERT_DELTA(p_worker_id);')) then
4450: return;
4451: end if;

Line 4619: l_process := PJI_PJP_SUM_MAIN.g_process || p_worker_id;

4615: l_extraction_type varchar2(15);
4616:
4617: begin
4618:
4619: l_process := PJI_PJP_SUM_MAIN.g_process || p_worker_id;
4620:
4621: if (not PJI_PROCESS_UTIL.NEED_TO_RUN_STEP(l_process, 'PJI_FM_SUM_PSI.PURGE_INCREMENTAL_BALANCES(p_worker_id);')) then
4622: return;
4623: end if;

Line 4663: l_process := PJI_PJP_SUM_MAIN.g_process || p_worker_id;

4659: l_extraction_type varchar2(30);
4660:
4661: begin
4662:
4663: l_process := PJI_PJP_SUM_MAIN.g_process || p_worker_id;
4664:
4665: if (not PJI_PROCESS_UTIL.NEED_TO_RUN_STEP(l_process, 'PJI_FM_SUM_PSI.PURGE_BALANCES_CMT(p_worker_id);')) then
4666: return;
4667: end if;

Line 4718: l_process := PJI_PJP_SUM_MAIN.g_process || p_worker_id;

4714: l_extraction_type varchar2(15);
4715:
4716: begin
4717:
4718: l_process := PJI_PJP_SUM_MAIN.g_process || p_worker_id;
4719:
4720: if (not PJI_PROCESS_UTIL.NEED_TO_RUN_STEP(l_process, 'PJI_FM_SUM_PSI.BALANCES_INSERT_DELTA_CMT(p_worker_id);')) then
4721: return;
4722: end if;

Line 4862: l_process := PJI_PJP_SUM_MAIN.g_process || p_worker_id;

4858: l_extraction_type varchar2(15);
4859:
4860: begin
4861:
4862: l_process := PJI_PJP_SUM_MAIN.g_process || p_worker_id;
4863:
4864: if (not PJI_PROCESS_UTIL.NEED_TO_RUN_STEP(l_process, 'PJI_FM_SUM_PSI.ACT_ROWID_TABLE(p_worker_id);')) then
4865: return;
4866: end if;

Line 4912: l_process := PJI_PJP_SUM_MAIN.g_process || p_worker_id;

4908: l_extraction_type varchar2(30);
4909:
4910: begin
4911:
4912: l_process := PJI_PJP_SUM_MAIN.g_process || p_worker_id;
4913:
4914: if (not PJI_PROCESS_UTIL.NEED_TO_RUN_STEP(l_process, 'PJI_FM_SUM_PSI.PURGE_BALANCES_ACT(p_worker_id);')) then
4915: return;
4916: end if;