DBA Data[Home] [Help]

APPS.PAY_KR_YEA_REPORTS_PKG dependencies on FND_REQUEST

Line 67: l_request_id := fnd_request.submit_request(

63: end if;
64: --
65: -- End of Bug 9918977
66: --
67: l_request_id := fnd_request.submit_request(
68: application => 'PAY',
69: program => 'PAYKRYEA_XDO',
70: description => 'Submit KR YEA Reports (XDO)',
71: argument1 => p_bus_grp_id,

Line 128: l_request_id := fnd_request.submit_request(

124: --
125:
126: -- Submit the appropriate report by looking at p_report_name
127: if p_report_name = 'PAYKRYRS' then -- Submit YEA Reclaim Sheet
128: l_request_id := fnd_request.submit_request(
129: application => 'PAY',
130: program => 'PAYKRYRS_XML',
131: description => 'KR Year End Adjustment Reclaim Sheet - XML',
132: argument1 => p_bus_grp_id,

Line 138: l_request_id := fnd_request.submit_request(

134: argument3 => p_year,
135: argument4 => l_asg_id
136: );
137: elsif p_report_name = 'PAYKRYLG' then -- Submit YEA Ledger
138: l_request_id := fnd_request.submit_request(
139: application => 'PAY',
140: program => 'PAYKRYLG_XML',
141: description => 'KR Year End Adjustment Ledger - XML',
142: argument1 => p_bus_plc_id,

Line 148: l_request_id := fnd_request.submit_request(

144: argument3 => p_assact_id,
145: argument4 => l_report_date
146: );
147: elsif p_report_name = 'PAYKRYTR' then -- Submit YEA Tax Receipt
148: l_request_id := fnd_request.submit_request(
149: application => 'PAY',
150: program => 'PAYKRYTR_XML',
151: description => 'KR Year End Adjustment Tax Receipt - XML',
152: argument1 => p_bus_plc_id,

Line 218: l_request_id := fnd_request.submit_request(

214: end if;
215:
216: if p_report_format = 'PAYKRYTR_ASSACT' then
217:
218: l_request_id := fnd_request.submit_request(
219: application => 'PAY',
220: program => 'PAYKRYTR_ASSACT',
221: description => 'KR Year End Adjustment Tax Receipt (Assignment)',
222: argument1 => p_bus_grp_id,

Line 233: l_request_id := fnd_request.submit_request(

229: );
230: elsif p_report_format = 'PAYKRYTR_BP' then
231:
232:
233: l_request_id := fnd_request.submit_request(
234: application => 'PAY',
235: program => 'PAYKRYTR_BP',
236: description => 'KR Year End Adjustment Tax Receipt (Business Place)',
237: argument1 => p_bus_grp_id,

Line 247: l_request_id := fnd_request.submit_request(

243: argument7 => p_report_title
244: );
245: elsif p_report_format = 'PAYKRYTR_PACT' then
246:
247: l_request_id := fnd_request.submit_request(
248: application => 'PAY',
249: program => 'PAYKRYTR_PACT',
250: description => 'KR Year End Adjustment Tax Receipt (Payroll Action)',
251: argument1 => p_payroll_action_id,

Line 314: l_request_id := fnd_request.submit_request(

310: end if;
311:
312: if p_report_format = 'PAYKRYLG_ASSACT' then
313:
314: l_request_id := fnd_request.submit_request(
315: application => 'PAY',
316: program => 'PAYKRYLG_ASSACT',
317: description => 'KR Year End Adjustment Ledger (Assignment - XML)',
318: argument1 => p_bus_grp_id,

Line 326: l_request_id := fnd_request.submit_request(

322: );
323: elsif p_report_format = 'PAYKRYLG_BP' then
324:
325:
326: l_request_id := fnd_request.submit_request(
327: application => 'PAY',
328: program => 'PAYKRYLG_BP',
329: description => 'KR Year End Adjustment Ledger (Business Place - XML)',
330: argument1 => p_bus_grp_id,

Line 338: l_request_id := fnd_request.submit_request(

334: argument5 => p_report_date
335: );
336: elsif p_report_format = 'PAYKRYLG_PACT' then
337:
338: l_request_id := fnd_request.submit_request(
339: application => 'PAY',
340: program => 'PAYKRYLG_PACT',
341: description => 'KR Year End Adjustment Ledger (Payroll Action - XML)',
342: argument1 => p_payroll_action_id,