DBA Data[Home] [Help]

APPS.JA_CN_CFS_GENERATE_PKG dependencies on FND_CONCURRENT_REQUESTS

Line 183: fnd_concurrent_requests

179: IS
180: SELECT
181: request_id
182: FROM
183: fnd_concurrent_requests
184: WHERE parent_request_id=l_reqid_fsg;
185:
186: --Cursor to get functional currency code of current set of book
187: --this cursor is updated by lyb, get functional currency code from gl_ledgers

Line 386: UPDATE FND_CONCURRENT_REQUESTS

382: '', '', '', '', '', '', '', '', '', ''
383: );
384:
385: IF (p_OUTPUT_OPTION = 'Y') THEN
386: UPDATE FND_CONCURRENT_REQUESTS
387: SET
388: OUTPUT_FILE_TYPE = 'XML'
389: WHERE
390: REQUEST_ID = l_reqid_fsg;

Line 395: --from the table 'fnd_concurrent_requests' for the FSG - CFS report.

391: END IF;
392: COMMIT;
393:
394: --Waiting for the 'Cash Flow Statement - FSG' completed, and then retrive the sub-request id
395: --from the table 'fnd_concurrent_requests' for the FSG - CFS report.
396: IF l_reqid_fsg<>0
397: THEN
398:
399: