DBA Data[Home] [Help]

APPS.PJI_PROCESS_UTIL dependencies on PJI_FM_SUM_MAIN

Line 26: (PJI_FM_SUM_MAIN.g_process, 'TRANSITION');

22: if (p_stage = 'STAGE1_EXTR') then
23:
24: l_permanent_param := PJI_UTILS.GET_PARAMETER('EXTRACTION_TYPE');
25: l_running_param := PJI_PROCESS_UTIL.GET_PROCESS_PARAMETER
26: (PJI_FM_SUM_MAIN.g_process, 'TRANSITION');
27:
28: if (l_running_param is not null) then
29:
30: return 'RUNNING';

Line 279: l_process := PJI_FM_SUM_MAIN.g_process;

275:
276: -- if the step already exists we do not want to update it because it may
277: -- contain error recovery state from the previous iteration
278:
279: l_process := PJI_FM_SUM_MAIN.g_process;
280:
281: l_transition_flag := PJI_PROCESS_UTIL.GET_PROCESS_PARAMETER(l_process,
282: 'TRANSITION');
283:

Line 551: elsif (p_process = PJI_FM_SUM_MAIN.g_process and

547: -- elsif (p_process = PJI_RM_SUM_MAIN.g_process and
548: -- not PJI_RM_SUM_MAIN.PROCESS_RUNNING('DO_NOT_WAIT')) then
549: l_done := true;
550: l_worker_count := -1;
551: elsif (p_process = PJI_FM_SUM_MAIN.g_process and
552: not PJI_FM_SUM_MAIN.PROCESS_RUNNING('DO_NOT_WAIT')) then
553: l_done := true;
554: l_worker_count := -1;
555: elsif (l_worker_count = 0) then

Line 552: not PJI_FM_SUM_MAIN.PROCESS_RUNNING('DO_NOT_WAIT')) then

548: -- not PJI_RM_SUM_MAIN.PROCESS_RUNNING('DO_NOT_WAIT')) then
549: l_done := true;
550: l_worker_count := -1;
551: elsif (p_process = PJI_FM_SUM_MAIN.g_process and
552: not PJI_FM_SUM_MAIN.PROCESS_RUNNING('DO_NOT_WAIT')) then
553: l_done := true;
554: l_worker_count := -1;
555: elsif (l_worker_count = 0) then
556: l_done := true;

Line 812: 'PJI_FM_SUM_MAIN.INIT_PROCESS;',

808: )
809: values
810: (
811: 'PJI_EXTR',
812: 'PJI_FM_SUM_MAIN.INIT_PROCESS;',
813: l_step_seq,
814: to_char(1 + 2 + 4 + 8), -- generic
815: 'Y',
816: 'Y',

Line 837: 'PJI_FM_SUM_MAIN.RUN_PROCESS;',

833: )
834: values
835: (
836: 'PJI_EXTR',
837: 'PJI_FM_SUM_MAIN.RUN_PROCESS;',
838: l_step_seq,
839: to_char(1 + 2 + 4 + 8), -- generic
840: 'Y',
841: 'Y',

Line 862: 'PJI_FM_SUM_MAIN.WRAPUP_PROCESS;',

858: )
859: values
860: (
861: 'PJI_EXTR',
862: 'PJI_FM_SUM_MAIN.WRAPUP_PROCESS;',
863: l_step_seq,
864: to_char(1 + 2 + 4 + 8), -- generic
865: 'Y',
866: 'Y',