DBA Data[Home] [Help]

APPS.PAY_NO_EERR_CONTINUOUS dependencies on FND_GLOBAL

Line 3068: where fcrs.request_id = fnd_global.conc_request_id

3064: into l_payroll_action_id
3065: from pay_payroll_actions ppa,
3066: fnd_conc_req_summary_v fcrs,
3067: fnd_conc_req_summary_v fcrs1
3068: where fcrs.request_id = fnd_global.conc_request_id
3069: and fcrs.priority_request_id = fcrs1.priority_request_id
3070: and ppa.request_id between fcrs1.request_id and fcrs.request_id
3071: and ppa.request_id = fcrs1.request_id;
3072: exception