DBA Data[Home] [Help]

APPS.PAY_FI_PSTR dependencies on FND_GLOBAL

Line 209: where fcrs.request_id = fnd_global.conc_request_id

205: begin
206: select payroll_action_id
207: into l_payroll_action_id
208: from pay_payroll_actions ppa, fnd_conc_req_summary_v fcrs, fnd_conc_req_summary_v fcrs1
209: where fcrs.request_id = fnd_global.conc_request_id
210: and fcrs.priority_request_id = fcrs1.priority_request_id
211: and ppa.request_id between fcrs1.request_id and fcrs.request_id
212: and ppa.request_id = fcrs1.request_id;
213: exception