DBA Data[Home] [Help]

APPS.PAY_NO_EERR_CONTINUOUS dependencies on FND_CONC_REQ_SUMMARY_V

Line 3066: fnd_conc_req_summary_v fcrs,

3062: begin
3063: select payroll_action_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

Line 3067: fnd_conc_req_summary_v fcrs1

3063: select payroll_action_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;