DBA Data[Home] [Help]

APPS.PJI_PROCESS_UTIL dependencies on PJI_FM_SUM_MAIN

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

33: if (p_stage = 'STAGE1_EXTR') then
34:
35: l_permanent_param := PJI_UTILS.GET_PARAMETER('EXTRACTION_TYPE');
36: l_running_param := PJI_PROCESS_UTIL.GET_PROCESS_PARAMETER
37: (PJI_FM_SUM_MAIN.g_process, 'TRANSITION');
38:
39: if (l_running_param is not null) then
40:
41: return 'RUNNING';

Line 341: l_process := PJI_FM_SUM_MAIN.g_process;

337:
338: -- if the step already exists we do not want to update it because it may
339: -- contain error recovery state from the previous iteration
340:
341: l_process := PJI_FM_SUM_MAIN.g_process;
342:
343: l_transition_flag := PJI_PROCESS_UTIL.GET_PROCESS_PARAMETER(l_process,
344: 'TRANSITION');
345:

Line 649: elsif (p_process = PJI_FM_SUM_MAIN.g_process and

645: -- elsif (p_process = PJI_RM_SUM_MAIN.g_process and
646: -- not PJI_RM_SUM_MAIN.PROCESS_RUNNING('DO_NOT_WAIT')) then
647: l_done := true;
648: l_worker_count := -1;
649: elsif (p_process = PJI_FM_SUM_MAIN.g_process and
650: not PJI_FM_SUM_MAIN.PROCESS_RUNNING('DO_NOT_WAIT')) then
651: l_done := true;
652: l_worker_count := -1;
653: elsif (l_worker_count = 0) then

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

646: -- not PJI_RM_SUM_MAIN.PROCESS_RUNNING('DO_NOT_WAIT')) then
647: l_done := true;
648: l_worker_count := -1;
649: elsif (p_process = PJI_FM_SUM_MAIN.g_process and
650: not PJI_FM_SUM_MAIN.PROCESS_RUNNING('DO_NOT_WAIT')) then
651: l_done := true;
652: l_worker_count := -1;
653: elsif (l_worker_count = 0) then
654: l_done := true;

Line 924: 'PJI_FM_SUM_MAIN.INIT_PROCESS;',

920: )
921: values
922: (
923: 'PJI_EXTR',
924: 'PJI_FM_SUM_MAIN.INIT_PROCESS;',
925: l_step_seq,
926: to_char(1 + 2 + 4 + 8), -- generic
927: 'Y',
928: 'Y',

Line 949: 'PJI_FM_SUM_MAIN.RUN_PROCESS;',

945: )
946: values
947: (
948: 'PJI_EXTR',
949: 'PJI_FM_SUM_MAIN.RUN_PROCESS;',
950: l_step_seq,
951: to_char(1 + 2 + 4 + 8), -- generic
952: 'Y',
953: 'Y',

Line 974: 'PJI_FM_SUM_MAIN.WRAPUP_PROCESS;',

970: )
971: values
972: (
973: 'PJI_EXTR',
974: 'PJI_FM_SUM_MAIN.WRAPUP_PROCESS;',
975: l_step_seq,
976: to_char(1 + 2 + 4 + 8), -- generic
977: 'Y',
978: 'Y',