DBA Data[Home] [Help]

APPS.PAY_MIX_ROLLBACK_PKG dependencies on FND_CONCURRENT_PROGRAMS

Line 665: fnd_concurrent_programs fcp

661: cursor csr_parent_req_id (p_request_id NUMBER) is
662: select decode(parspa.parent_request_id,-1,pa.parent_request_id,parspa.parent_request_id)
663: from fnd_concurrent_requests pa,
664: fnd_concurrent_requests parspa,
665: fnd_concurrent_programs fcp
666: where pa.request_id = p_request_id
667: and parspa.concurrent_program_id = fcp.concurrent_program_id
668: and fcp.concurrent_program_name = 'UNDO_MIX'
669: and pa.parent_request_id = parspa.request_id;

Line 779: fnd_concurrent_programs fcp

775: cursor csr_get_parent_req_id (p_request_id NUMBER) is
776: select decode(parspa.parent_request_id,-1,pa.parent_request_id,parspa.parent_request_id)
777: from fnd_concurrent_requests pa,
778: fnd_concurrent_requests parspa,
779: fnd_concurrent_programs fcp
780: where pa.request_id = p_request_id
781: and parspa.concurrent_program_id = fcp.concurrent_program_id
782: and fcp.concurrent_program_name = 'UNDO_MIX'
783: and pa.parent_request_id = parspa.request_id;