DBA Data[Home] [Help]

APPS.PAY_NO_EERR_STATUS_CONTROL dependencies on FND_CONC_REQ_SUMMARY_V

Line 2211: fnd_conc_req_summary_v fcrs,

2207: begin
2208: select payroll_action_id
2209: into l_payroll_action_id
2210: from pay_payroll_actions ppa,
2211: fnd_conc_req_summary_v fcrs,
2212: fnd_conc_req_summary_v fcrs1
2213: where fcrs.request_id = fnd_global.conc_request_id
2214: and fcrs.priority_request_id = fcrs1.priority_request_id
2215: and ppa.request_id between fcrs1.request_id and fcrs.request_id

Line 2212: fnd_conc_req_summary_v fcrs1

2208: select payroll_action_id
2209: into l_payroll_action_id
2210: from pay_payroll_actions ppa,
2211: fnd_conc_req_summary_v fcrs,
2212: fnd_conc_req_summary_v fcrs1
2213: where fcrs.request_id = fnd_global.conc_request_id
2214: and fcrs.priority_request_id = fcrs1.priority_request_id
2215: and ppa.request_id between fcrs1.request_id and fcrs.request_id
2216: and ppa.request_id = fcrs1.request_id;