DBA Data[Home] [Help]

APPS.PAY_P45_PKG dependencies on FND_REQUEST

Line 4172: l_print_return := fnd_request.set_print_options

4168: end if;
4169: -- Start of bug 8275145
4170:
4171: -- Set printer options
4172: l_print_return := fnd_request.set_print_options
4173: (printer => rec_print_options.printer,
4174: style => l_printer_style,
4175: copies => l_number_of_copies,
4176: save_output => hr_general.char_to_bool

Line 4184: /*l_request_id := fnd_request.submit_request

4180: hr_general.bool_to_char(l_print_return));
4181:
4182: -- Submit report
4183: /*P45 A4 2008-09 changes */
4184: /*l_request_id := fnd_request.submit_request
4185: (application => 'PAY',
4186: program => l_report_short_name,
4187: argument1 => l_payroll_action_id);*/
4188:

Line 4192: l_request_id := fnd_request.submit_request

4188:
4189: -- Submit report
4190: IF upper(l_defer_print) = 'N' then
4191: IF upper(l_stationary) = 'C' then
4192: l_request_id := fnd_request.submit_request
4193: (application => 'PAY',
4194: program => 'PAYRPP45',
4195: argument1 => l_payroll_action_id);
4196: ELSIF upper(l_stationary) = 'L' then

Line 4197: l_request_id := fnd_request.submit_request

4193: (application => 'PAY',
4194: program => 'PAYRPP45',
4195: argument1 => l_payroll_action_id);
4196: ELSIF upper(l_stationary) = 'L' then
4197: l_request_id := fnd_request.submit_request
4198: (application => 'PAY',
4199: program => 'PAYGB45L',
4200: argument1 => l_payroll_action_id);
4201: -- Start of bug 8275145

Line 4203: l_request_id := fnd_request.submit_request

4199: program => 'PAYGB45L',
4200: argument1 => l_payroll_action_id);
4201: -- Start of bug 8275145
4202: ELSIF upper(l_stationary) = 'C3' then
4203: l_request_id := fnd_request.submit_request
4204: (application => 'PAY',
4205: program => 'PAYRPP45',
4206: argument1 => l_payroll_action_id,
4207: argument2 => null,

Line 4210: l_request_id := fnd_request.submit_request

4206: argument1 => l_payroll_action_id,
4207: argument2 => null,
4208: argument3 => 'Continuous (A4 Sheet 3-Part)');
4209: ELSIF upper(l_stationary) = 'C4' then
4210: l_request_id := fnd_request.submit_request
4211: (application => 'PAY',
4212: program => 'PAYRPP45',
4213: argument1 => l_payroll_action_id,
4214: argument2 => null,

Line 4218: xml_layout := FND_REQUEST.ADD_LAYOUT('PAY','PYGBA4P45','en','US','PDF');

4214: argument2 => null,
4215: argument3 => 'Continuous (A4 Sheet 4-Part)');
4216: -- end of bug 8275145
4217: ELSIF upper(l_stationary) = 'P' then
4218: xml_layout := FND_REQUEST.ADD_LAYOUT('PAY','PYGBA4P45','en','US','PDF');
4219: IF xml_layout = true then
4220: l_request_id := FND_REQUEST.SUBMIT_REQUEST(application => 'PAY',
4221: program => 'PYGBA4P45',
4222: argument1 => l_payroll_action_id);

Line 4220: l_request_id := FND_REQUEST.SUBMIT_REQUEST(application => 'PAY',

4216: -- end of bug 8275145
4217: ELSIF upper(l_stationary) = 'P' then
4218: xml_layout := FND_REQUEST.ADD_LAYOUT('PAY','PYGBA4P45','en','US','PDF');
4219: IF xml_layout = true then
4220: l_request_id := FND_REQUEST.SUBMIT_REQUEST(application => 'PAY',
4221: program => 'PYGBA4P45',
4222: argument1 => l_payroll_action_id);
4223: END IF;
4224: ELSIF upper(l_stationary) = 'A' then

Line 4225: xml_layout := FND_REQUEST.ADD_LAYOUT('PAY','PYGBA4P45LS','en','US','PDF');

4221: program => 'PYGBA4P45',
4222: argument1 => l_payroll_action_id);
4223: END IF;
4224: ELSIF upper(l_stationary) = 'A' then
4225: xml_layout := FND_REQUEST.ADD_LAYOUT('PAY','PYGBA4P45LS','en','US','PDF');
4226: IF xml_layout = true then
4227: l_request_id := FND_REQUEST.SUBMIT_REQUEST(application => 'PAY',
4228: program => 'PYGBA4P45',
4229: argument1 => l_payroll_action_id);

Line 4227: l_request_id := FND_REQUEST.SUBMIT_REQUEST(application => 'PAY',

4223: END IF;
4224: ELSIF upper(l_stationary) = 'A' then
4225: xml_layout := FND_REQUEST.ADD_LAYOUT('PAY','PYGBA4P45LS','en','US','PDF');
4226: IF xml_layout = true then
4227: l_request_id := FND_REQUEST.SUBMIT_REQUEST(application => 'PAY',
4228: program => 'PYGBA4P45',
4229: argument1 => l_payroll_action_id);
4230: END IF;
4231: -- Start bug 8275145

Line 4233: xml_layout := FND_REQUEST.ADD_LAYOUT('PAY','PYGBA4P45LS4','en','US','PDF');

4229: argument1 => l_payroll_action_id);
4230: END IF;
4231: -- Start bug 8275145
4232: ELSIF upper(l_stationary) = 'A4' then
4233: xml_layout := FND_REQUEST.ADD_LAYOUT('PAY','PYGBA4P45LS4','en','US','PDF');
4234: IF xml_layout = true then
4235: l_request_id := FND_REQUEST.SUBMIT_REQUEST(application => 'PAY',
4236: program => 'PYGBA4P45',
4237: argument1 => l_payroll_action_id);

Line 4235: l_request_id := FND_REQUEST.SUBMIT_REQUEST(application => 'PAY',

4231: -- Start bug 8275145
4232: ELSIF upper(l_stationary) = 'A4' then
4233: xml_layout := FND_REQUEST.ADD_LAYOUT('PAY','PYGBA4P45LS4','en','US','PDF');
4234: IF xml_layout = true then
4235: l_request_id := FND_REQUEST.SUBMIT_REQUEST(application => 'PAY',
4236: program => 'PYGBA4P45',
4237: argument1 => l_payroll_action_id);
4238: END IF;
4239: -- ENd bug 8275145