DBA Data[Home] [Help]

APPS.CN_CALC_SUBMISSION_PVT dependencies on CN_PROCESS_AUDITS_ALL

Line 816: from cn_process_audits_all

812: and concurrent_flag = 'Y'
813: and exists (select 1
814: from fnd_concurrent_requests
815: where request_id = (select concurrent_request_id
816: from cn_process_audits_all
817: where process_audit_id = sb.process_audit_id)
818: and status_code in ('E', 'X'));
819: commit;
820: EXCEPTION