DBA Data[Home] [Help]

APPS.FA_RSVLDG_REP_INS_PKG dependencies on FA_WORKER_JOBS

Line 25: FROM FA_WORKER_JOBS

21:
22: CURSOR Launch_worker(request_id_in NUMBER) IS
23: SELECT Start_range ,
24: End_range
25: FROM FA_WORKER_JOBS
26: WHERE request_id = request_id_in;
27: begin
28: -- get mrc related info
29: begin

Line 127: --Call another PL/SQL here to insert this data into FA_WORKER_JOBS

123: -- request_id will be passed from report directly instead of
124: -- getting its value from profile option.
125: l_request_id := request_id;
126:
127: --Call another PL/SQL here to insert this data into FA_WORKER_JOBS
128: FA_BALREP_PKG.LOAD_WORKERS( Book,l_request_id, errbuf, retcode);
129:
130: if (retcode <> 1 ) then
131: null;