DBA Data[Home] [Help]

APPS.PAY_NO_EERR_STATUS_CONTROL dependencies on FND_CONC_REQ_SUMMARY_V

Line 2388: fnd_conc_req_summary_v fcrs,

2384: begin
2385: select payroll_action_id
2386: into l_payroll_action_id
2387: from pay_payroll_actions ppa,
2388: fnd_conc_req_summary_v fcrs,
2389: fnd_conc_req_summary_v fcrs1
2390: where fcrs.request_id = fnd_global.conc_request_id
2391: and fcrs.priority_request_id = fcrs1.priority_request_id
2392: and ppa.request_id between fcrs1.request_id and fcrs.request_id

Line 2389: fnd_conc_req_summary_v fcrs1

2385: select payroll_action_id
2386: into l_payroll_action_id
2387: from pay_payroll_actions ppa,
2388: fnd_conc_req_summary_v fcrs,
2389: fnd_conc_req_summary_v fcrs1
2390: where fcrs.request_id = fnd_global.conc_request_id
2391: and fcrs.priority_request_id = fcrs1.priority_request_id
2392: and ppa.request_id between fcrs1.request_id and fcrs.request_id
2393: and ppa.request_id = fcrs1.request_id;