DBA Data[Home] [Help]

APPS.PJI_FM_SUM_MAIN dependencies on PJI_FM_SUM_EXTR

Line 235: PJI_FM_SUM_EXTR.WORKER_STATUS(x, 'RUNNING')) then

231: (
232: g_process || to_char(x),
233: g_process || to_char(x)
234: ) < FND_GLOBAL.CONC_REQUEST_ID and
235: PJI_FM_SUM_EXTR.WORKER_STATUS(x, 'RUNNING')) then
236: l_count := l_count + 1;
237: end if;
238: end loop;
239:

Line 801: if (not PJI_FM_SUM_EXTR.WORKER_STATUS(x, 'OKAY')) then

797:
798: l_batch_count := 0;
799:
800: for x in l_from_process .. l_parallel_processes loop
801: if (not PJI_FM_SUM_EXTR.WORKER_STATUS(x, 'OKAY')) then
802: l_batch_count := l_batch_count + 1;
803: end if;
804: end loop;
805:

Line 826: PJI_FM_SUM_EXTR.WAIT_FOR_WORKER(x);

822:
823: -- check that all workers have stopped
824:
825: for x in l_from_process .. l_parallel_processes loop
826: PJI_FM_SUM_EXTR.WAIT_FOR_WORKER(x);
827: end loop;
828:
829: return false;
830:

Line 861: PJI_FM_SUM_EXTR.START_HELPER(x);

857:
858: -- start extraction helpers
859:
860: for x in 2 .. l_parallel_processes loop
861: PJI_FM_SUM_EXTR.START_HELPER(x);
862: end loop;
863:
864: -- run extraction worker
865:

Line 866: PJI_FM_SUM_EXTR.WORKER(1);

862: end loop;
863:
864: -- run extraction worker
865:
866: PJI_FM_SUM_EXTR.WORKER(1);
867:
868: -- sleep until process is complete
869:
870: while PROCESS_RUNNING('WAIT') loop

Line 1469: PJI_FM_SUM_EXTR.WAIT_FOR_WORKER(x);

1465: l_parallel_processes :=
1466: PJI_PROCESS_UTIL.GET_PROCESS_PARAMETER(g_process, 'PARALLEL_PROCESSES');
1467:
1468: for x in 2 .. l_parallel_processes loop
1469: PJI_FM_SUM_EXTR.WAIT_FOR_WORKER(x);
1470: end loop;
1471:
1472: if (PJI_PROCESS_UTIL.GET_PROCESS_PARAMETER(g_process, 'PROCESS_RUNNING') = 'A') then
1473: fnd_message.set_name('PJI', 'PJI_SUM_ABORT');