DBA Data[Home] [Help]

APPS.PAY_KR_YEA_REPORTS_PKG dependencies on FND_REQUEST

Line 18: l_request_id := fnd_request.submit_request(

14: l_request_id number ;
15: --
16: begin
17: --
18: l_request_id := fnd_request.submit_request(
19: application => 'PAY',
20: program => 'PAYKRYEA_XDO',
21: description => 'Submit KR YEA Reports (XDO)',
22: argument1 => p_bus_grp_id,

Line 68: l_request_id := fnd_request.submit_request(

64: --
65:
66: -- Submit the appropriate report by looking at p_report_name
67: if p_report_name = 'PAYKRYRS' then -- Submit YEA Reclaim Sheet
68: l_request_id := fnd_request.submit_request(
69: application => 'PAY',
70: program => 'PAYKRYRS_XML',
71: description => 'KR Year End Adjustment Reclaim Sheet - XML',
72: argument1 => p_bus_grp_id,

Line 78: l_request_id := fnd_request.submit_request(

74: argument3 => p_year,
75: argument4 => p_asg_id
76: );
77: elsif p_report_name = 'PAYKRYLG' then -- Submit YEA Ledger
78: l_request_id := fnd_request.submit_request(
79: application => 'PAY',
80: program => 'PAYKRYLG_XML',
81: description => 'KR Year End Adjustment Ledger - XML',
82: argument1 => p_bus_plc_id,

Line 88: l_request_id := fnd_request.submit_request(

84: argument3 => p_assact_id,
85: argument4 => l_report_date
86: );
87: elsif p_report_name = 'PAYKRYTR' then -- Submit YEA Tax Receipt
88: l_request_id := fnd_request.submit_request(
89: application => 'PAY',
90: program => 'PAYKRYTR_XML',
91: description => 'KR Year End Adjustment Tax Receipt - XML',
92: argument1 => p_bus_plc_id,