DBA Data[Home] [Help]

APPS.PAY_NO_ARC_RSEA_07 dependencies on FND_GLOBAL

Line 127: fnd_global.local_chr(13) || fnd_global.local_chr(10)

123: --
124: BEGIN
125: --
126: SELECT
127: fnd_global.local_chr(13) || fnd_global.local_chr(10)
128: INTO EOL
129: FROM dual;
130: --
131: -- l_str1 := ' ';

Line 1600: WHERE fcrs.request_id = fnd_global.conc_request_id

1596: into l_payroll_action_id
1597: from pay_payroll_actions ppa,
1598: fnd_conc_req_summary_v fcrs,
1599: fnd_conc_req_summary_v fcrs1
1600: WHERE fcrs.request_id = fnd_global.conc_request_id
1601: and fcrs.priority_request_id = fcrs1.priority_request_id
1602: and ppa.request_id between fcrs1.request_id and fcrs.request_id
1603: and ppa.request_id = fcrs1.request_id;
1604: EXCEPTION

Line 2260: WHERE fcrs.request_id = fnd_global.conc_request_id

2256: into l_payroll_action_id
2257: from pay_payroll_actions ppa,
2258: fnd_conc_req_summary_v fcrs,
2259: fnd_conc_req_summary_v fcrs1
2260: WHERE fcrs.request_id = fnd_global.conc_request_id
2261: and fcrs.priority_request_id = fcrs1.priority_request_id
2262: and ppa.request_id between fcrs1.request_id and fcrs.request_id
2263: and ppa.request_id = fcrs1.request_id;
2264: EXCEPTION