DBA Data[Home] [Help]

APPS.PAY_US_YEPP_ADD_ACTIONS_PKG dependencies on FND_FILE

Line 229: fnd_file.put_line(fnd_file.output,lvc_message1);

225: lvc_message3 := '

'||lvc_message3||'

';
226: end if;
227:
228: if p_flag='PROCESSED' then
229: fnd_file.put_line(fnd_file.output,lvc_message1);
230: end if;
231:
232: hr_utility.set_location(gv_package_name || '.formated_zero_count', 20);
233:

Line 235: fnd_file.put_line(fnd_file.output, lvc_message2);

231:
232: hr_utility.set_location(gv_package_name || '.formated_zero_count', 20);
233:
234: if p_flag='ELGBLE' then
235: fnd_file.put_line(fnd_file.output, lvc_message2);
236: end if;
237:
238: hr_utility.set_location(gv_package_name || '.formated_zero_count', 30);
239:

Line 241: fnd_file.put_line(fnd_file.output, lvc_message3);

237:
238: hr_utility.set_location(gv_package_name || '.formated_zero_count', 30);
239:
240: if p_flag='NOTELGBLE' then
241: fnd_file.put_line(fnd_file.output, lvc_message3);
242: end if;
243:
244: hr_utility.set_location(gv_package_name || '.formated_zero_count', 40);
245:

Line 271: fnd_file.put_line(fnd_file.output,l_header_text);

267: if p_output_file_type = 'HTML' then
268: l_header_text := '

'||l_header_text||'

';
269: end if;
270:
271: fnd_file.put_line(fnd_file.output,l_header_text);
272:
273: if p_output_file_type ='HTML' then
274: fnd_file.put_line(fnd_file.output, '');
275: fnd_file.put_line(fnd_file.output, '');

Line 274: fnd_file.put_line(fnd_file.output, '
');

270:
271: fnd_file.put_line(fnd_file.output,l_header_text);
272:
273: if p_output_file_type ='HTML' then
274: fnd_file.put_line(fnd_file.output, '

');
275: fnd_file.put_line(fnd_file.output, '');
276: end if;
277:
278: hr_utility.set_location(gv_package_name || '.print_table_header', 20);

Line 275: fnd_file.put_line(fnd_file.output, '
');

271: fnd_file.put_line(fnd_file.output,l_header_text);
272:
273: if p_output_file_type ='HTML' then
274: fnd_file.put_line(fnd_file.output, '

');
275: fnd_file.put_line(fnd_file.output, '');
276: end if;
277:
278: hr_utility.set_location(gv_package_name || '.print_table_header', 20);
279:

Line 280: fnd_file.put_line(fnd_file.output,formated_header_string(p_output_file_type));

276: end if;
277:
278: hr_utility.set_location(gv_package_name || '.print_table_header', 20);
279:
280: fnd_file.put_line(fnd_file.output,formated_header_string(p_output_file_type));
281:
282: if p_output_file_type ='HTML' then
283: fnd_file.put_line(fnd_file.output, '

');
284: end if;

Line 283: fnd_file.put_line(fnd_file.output, '');

279:
280: fnd_file.put_line(fnd_file.output,formated_header_string(p_output_file_type));
281:
282: if p_output_file_type ='HTML' then
283: fnd_file.put_line(fnd_file.output, '');
284: end if;
285:
286: hr_utility.set_location(gv_package_name || '.print_table_header', 30);
287:

Line 1012: fnd_file.put_line(fnd_file.output, lv_data_row);

1008: if p_output_file_type ='HTML' then
1009: lv_data_row := '

' || lv_data_row || '' ;
1010: end if;
1011:
1012: fnd_file.put_line(fnd_file.output, lv_data_row);
1013: hr_utility.set_location(gv_package_name || 'print_table_details', 40);
1014:
1015: END print_table_details;
1016:

Line 1098: fnd_file.put_line(fnd_file.output,'
') ;

1094: end if;
1095:
1096: END LOOP;
1097: if p_output_file_type ='HTML' then
1098: fnd_file.put_line(fnd_file.output,'') ;
1099: end if;
1100:
1101: close c_get_secondary_assignments;
1102: --

Line 1203: fnd_file.put_line(fnd_file.output,'') ;

1199:
1200: END LOOP;
1201: hr_utility.set_location(gv_package_name || '.get_other_assignments', 60);
1202: if p_output_file_type ='HTML' then
1203: fnd_file.put_line(fnd_file.output,'') ;
1204: end if;
1205:
1206: close c_other_assignments;
1207: hr_utility.set_location(gv_package_name || '.get_other_assignments', 90);

Line 1252: fnd_file.put_line(fnd_file.output,

1248: fetch c_w2_magtape_run_exists into l_temp;
1249:
1250: -- Format and print the heading of the output page(Bug 3137858)
1251:
1252: fnd_file.put_line(fnd_file.output,
1253: pay_us_payroll_utils.formated_header_string(gv_title || ': Tax Year: ' ||
1254: to_char(l_effective_date,'YYYY')||', GRE: '||lv_gre_name,p_output_file_type ));
1255:
1256: if p_output_file_type ='HTML' then

Line 1257: fnd_file.put_line(fnd_file.output, '');

1253: pay_us_payroll_utils.formated_header_string(gv_title || ': Tax Year: ' ||
1254: to_char(l_effective_date,'YYYY')||', GRE: '||lv_gre_name,p_output_file_type ));
1255:
1256: if p_output_file_type ='HTML' then
1257: fnd_file.put_line(fnd_file.output, '');
1258: end if;
1259:
1260: if c_w2_magtape_run_exists%found then -- Magnetic tape processed
1261:

Line 1263: fnd_file.put_line(fnd_file.output, '
');

1259:
1260: if c_w2_magtape_run_exists%found then -- Magnetic tape processed
1261:
1262: if p_output_file_type ='HTML' then
1263: fnd_file.put_line(fnd_file.output, '

');
1264: end if;
1265:
1266: if p_output_file_type ='HTML' then
1267: fnd_file.put_line(fnd_file.output, '');

Line 1267: fnd_file.put_line(fnd_file.output, '
');

1263: fnd_file.put_line(fnd_file.output, '

');
1264: end if;
1265:
1266: if p_output_file_type ='HTML' then
1267: fnd_file.put_line(fnd_file.output, '');
1268: end if;
1269:
1270: fnd_file.put_line(fnd_file.output,
1271: pay_us_payroll_utils.formated_data_string

Line 1270: fnd_file.put_line(fnd_file.output,

1266: if p_output_file_type ='HTML' then
1267: fnd_file.put_line(fnd_file.output, '

');
1268: end if;
1269:
1270: fnd_file.put_line(fnd_file.output,
1271: pay_us_payroll_utils.formated_data_string
1272: (p_input_string => 'The request cannot process the assignments' ||
1273: ' since one of the Magnetic tapes is already processed in the tax year.'
1274: ,p_bold => 'Y'

Line 1278: fnd_file.put_line(fnd_file.output, '
');

1274: ,p_bold => 'Y'
1275: ,p_output_file_type => p_output_file_type));
1276:
1277: if p_output_file_type ='HTML' then
1278: fnd_file.put_line(fnd_file.output, '');
1279: end if;
1280:
1281: if p_output_file_type ='HTML' then
1282: fnd_file.put_line(fnd_file.output, '

');

Line 1282: fnd_file.put_line(fnd_file.output, '
');

1278: fnd_file.put_line(fnd_file.output, '

');
1279: end if;
1280:
1281: if p_output_file_type ='HTML' then
1282: fnd_file.put_line(fnd_file.output, '');
1283: end if;
1284:
1285: fnd_file.put_line(fnd_file.output,
1286: pay_us_payroll_utils.formated_data_string

Line 1285: fnd_file.put_line(fnd_file.output,

1281: if p_output_file_type ='HTML' then
1282: fnd_file.put_line(fnd_file.output, '

');
1283: end if;
1284:
1285: fnd_file.put_line(fnd_file.output,
1286: pay_us_payroll_utils.formated_data_string
1287: (p_input_string => 'Please rollback the magnetic tape and try again.'
1288: ,p_bold => 'Y'
1289: ,p_output_file_type => p_output_file_type));

Line 1292: fnd_file.put_line(fnd_file.output, '
');

1288: ,p_bold => 'Y'
1289: ,p_output_file_type => p_output_file_type));
1290:
1291: if p_output_file_type ='HTML' then
1292: fnd_file.put_line(fnd_file.output, ' ');
1293: end if;
1294:
1295: close c_w2_magtape_run_exists;
1296:

Line 1352: fnd_file.put_line(fnd_file.output,'') ;

1348: end if;
1349: END LOOP;
1350:
1351: if p_output_file_type ='HTML' then
1352: fnd_file.put_line(fnd_file.output,'') ;
1353: end if;
1354:
1355: end if;
1356:

Line 1391: fnd_file.put_line(fnd_file.output,'') ;

1387:
1388: end if;
1389: END LOOP;
1390: if p_output_file_type ='HTML' then
1391: fnd_file.put_line(fnd_file.output,'') ;
1392: end if;
1393: end if;
1394:
1395: hr_utility.set_location(gv_package_name || '.add_actions_to_yepp', 150);

Line 1430: fnd_file.put_line(fnd_file.output,'') ;

1426: end if;
1427: END LOOP;
1428:
1429: if p_output_file_type ='HTML' then
1430: fnd_file.put_line(fnd_file.output,'') ;
1431: end if;
1432:
1433: hr_utility.set_location(gv_package_name || '.add_actions_to_yepp', 210);
1434: end if;

Line 1465: fnd_file.put_line(fnd_file.output, ' ');

1461:
1462: close c_w2_magtape_run_exists;
1463:
1464: if p_output_file_type ='HTML' then
1465: fnd_file.put_line(fnd_file.output, ' ');
1466: end if;
1467:
1468: end if; -- Magnetic tape not processed
1469: