DBA Data[Home] [Help]

APPS.PAY_CA_PAYREG_EXTRACT_PKG dependencies on HR_GENERAL

Line 107: hr_general.decode_fnd_comm_lookup

103: fix for bug#2745577.
104: 04-AUG-2003 trugless 115.19 3039110 Replaced payment_labels function
105: with lookup to
106: FND_COMMON_LOOKUPS table using
107: hr_general.decode_fnd_comm_lookup
108: function. Deleted gv_title heading
109: which was not being used.
110: 17-DEC-2003 ssattini 115.20 3316062 Modified the cursor c_assignments to
111: to fix the bug#3316062, corrected

Line 343: hr_general.decode_fnd_comm_lookup

339: gv_leg_code := lv_leg_code;
340:
341: lv_format1 :=
342: formated_data_string (p_input_string =>
343: hr_general.decode_fnd_comm_lookup
344: ('PAYMENT_REGISTER_LABELS',
345: 'PMT_TYPE')
346: ,p_bold => 'Y'
347: ,p_output_file_type => p_output_file_type) ||

Line 350: hr_general.decode_fnd_comm_lookup

346: ,p_bold => 'Y'
347: ,p_output_file_type => p_output_file_type) ||
348:
349: formated_data_string (p_input_string =>
350: hr_general.decode_fnd_comm_lookup
351: ('PAYMENT_REGISTER_LABELS',
352: 'PMT_METH')
353: ,p_bold => 'Y'
354: ,p_output_file_type => p_output_file_type) ||

Line 357: hr_general.decode_fnd_comm_lookup

353: ,p_bold => 'Y'
354: ,p_output_file_type => p_output_file_type) ||
355:
356: formated_data_string (p_input_string =>
357: hr_general.decode_fnd_comm_lookup
358: ('PAYMENT_REGISTER_LABELS',
359: 'PAY_NAME')
360: ,p_bold => 'Y'
361: ,p_output_file_type => p_output_file_type) ||

Line 364: hr_general.decode_fnd_comm_lookup

360: ,p_bold => 'Y'
361: ,p_output_file_type => p_output_file_type) ||
362:
363: formated_data_string (p_input_string =>
364: hr_general.decode_fnd_comm_lookup
365: ('PAYMENT_REGISTER_LABELS',
366: 'GRE')
367: ,p_bold => 'Y'
368: ,p_output_file_type => p_output_file_type) ||

Line 371: hr_general.decode_fnd_comm_lookup

367: ,p_bold => 'Y'
368: ,p_output_file_type => p_output_file_type) ||
369:
370: formated_data_string (p_input_string =>
371: hr_general.decode_fnd_comm_lookup
372: ('PAYMENT_REGISTER_LABELS',
373: 'PAY_DATE')
374: ,p_bold => 'Y'
375: ,p_output_file_type => p_output_file_type) ||

Line 378: hr_general.decode_fnd_comm_lookup

374: ,p_bold => 'Y'
375: ,p_output_file_type => p_output_file_type) ||
376:
377: formated_data_string (p_input_string =>
378: hr_general.decode_fnd_comm_lookup
379: ('PAYMENT_REGISTER_LABELS',
380: 'PERIOD')
381: ,p_bold => 'Y'
382: ,p_output_file_type => p_output_file_type) ||

Line 385: hr_general.decode_fnd_comm_lookup

381: ,p_bold => 'Y'
382: ,p_output_file_type => p_output_file_type) ||
383:
384: formated_data_string (p_input_string =>
385: hr_general.decode_fnd_comm_lookup
386: ('PAYMENT_REGISTER_LABELS',
387: 'EMP_NAME')
388: ,p_bold => 'Y'
389: ,p_output_file_type => p_output_file_type) ||

Line 392: hr_general.decode_fnd_comm_lookup

388: ,p_bold => 'Y'
389: ,p_output_file_type => p_output_file_type) ||
390:
391: formated_data_string (p_input_string =>
392: hr_general.decode_fnd_comm_lookup
393: ('PAYMENT_REGISTER_LABELS',
394: 'ASG_NUM')
395: ,p_bold => 'Y'
396: ,p_output_file_type => p_output_file_type) ||

Line 399: hr_general.decode_fnd_comm_lookup

395: ,p_bold => 'Y'
396: ,p_output_file_type => p_output_file_type) ||
397:
398: formated_data_string (p_input_string =>
399: hr_general.decode_fnd_comm_lookup
400: ('PAYMENT_REGISTER_LABELS',
401: 'PMT_NUM')
402: ,p_bold => 'Y'
403: ,p_output_file_type => p_output_file_type);

Line 409: hr_general.decode_fnd_comm_lookup

405: hr_utility.set_location(gv_package_name || '.formated_static_header', 20);
406:
407: lv_format2 :=
408: formated_data_string (p_input_string =>
409: hr_general.decode_fnd_comm_lookup
410: ('PAYMENT_REGISTER_LABELS',
411: lv_bank_code)
412: ,p_bold => 'Y'
413: ,p_output_file_type => p_output_file_type) ||

Line 416: hr_general.decode_fnd_comm_lookup

412: ,p_bold => 'Y'
413: ,p_output_file_type => p_output_file_type) ||
414:
415: formated_data_string (p_input_string =>
416: hr_general.decode_fnd_comm_lookup
417: ('PAYMENT_REGISTER_LABELS',
418: 'TRAN_CODE')
419: ,p_bold => 'Y'
420: ,p_output_file_type => p_output_file_type) ||

Line 423: hr_general.decode_fnd_comm_lookup

419: ,p_bold => 'Y'
420: ,p_output_file_type => p_output_file_type) ||
421:
422: formated_data_string (p_input_string =>
423: hr_general.decode_fnd_comm_lookup
424: ('PAYMENT_REGISTER_LABELS',
425: 'ACC_NUM')
426: ,p_bold => 'Y'
427: ,p_output_file_type => p_output_file_type) ||

Line 430: hr_general.decode_fnd_comm_lookup

426: ,p_bold => 'Y'
427: ,p_output_file_type => p_output_file_type) ||
428:
429: formated_data_string (p_input_string =>
430: hr_general.decode_fnd_comm_lookup
431: ('PAYMENT_REGISTER_LABELS',
432: 'PMT_AMT')
433: ,p_bold => 'Y'
434: ,p_output_file_type => p_output_file_type) ||

Line 437: hr_general.decode_fnd_comm_lookup

433: ,p_bold => 'Y'
434: ,p_output_file_type => p_output_file_type) ||
435:
436: formated_data_string (p_input_string =>
437: hr_general.decode_fnd_comm_lookup
438: ('PAYMENT_REGISTER_LABELS',
439: 'CASE_NUM')
440: ,p_bold => 'Y'
441: ,p_output_file_type => p_output_file_type) ||

Line 444: hr_general.decode_fnd_comm_lookup

440: ,p_bold => 'Y'
441: ,p_output_file_type => p_output_file_type) ||
442:
443: formated_data_string (p_input_string =>
444: hr_general.decode_fnd_comm_lookup
445: ('PAYMENT_REGISTER_LABELS',
446: 'PAYEE_NAME')
447: ,p_bold => 'Y'
448: ,p_output_file_type => p_output_file_type) ||

Line 451: hr_general.decode_fnd_comm_lookup

447: ,p_bold => 'Y'
448: ,p_output_file_type => p_output_file_type) ||
449:
450: formated_data_string (p_input_string =>
451: hr_general.decode_fnd_comm_lookup
452: ('PAYMENT_REGISTER_LABELS',
453: 'PMT_STATUS')
454: ,p_bold => 'Y'
455: ,p_output_file_type => p_output_file_type) ;

Line 1043: hr_general.decode_fnd_comm_lookup

1039: hr_utility.trace('Static and Payment Label = ' || lv_header_label);
1040:
1041:
1042: fnd_file.put_line(fnd_file.output, formated_header_string(
1043: hr_general.decode_fnd_comm_lookup
1044: ('PAYMENT_REGISTER_LABELS',
1045: 'TITLE')
1046: ,p_output_file_type
1047: ));

Line 1385: gv_tot_amt_lbl := hr_general.decode_fnd_comm_lookup --bug 3039110

1381:
1382: if p_output_file_type ='HTML' then
1383:
1384:
1385: gv_tot_amt_lbl := hr_general.decode_fnd_comm_lookup --bug 3039110
1386: ('PAYMENT_REGISTER_LABELS',
1387: 'TOT_PMT_AMT');
1388: -- gv_tot_amt_lbl := payment_labels('PAYMENT_REGISTER_LABELS',
1389: -- 'TOT_PMT_AMT');

Line 1392: hr_general.decode_fnd_comm_lookup --bug 3039110

1388: -- gv_tot_amt_lbl := payment_labels('PAYMENT_REGISTER_LABELS',
1389: -- 'TOT_PMT_AMT');
1390: lv_total_label :=
1391: formated_data_string (p_input_string =>
1392: hr_general.decode_fnd_comm_lookup --bug 3039110
1393: ('PAYMENT_REGISTER_LABELS',
1394: 'TOT_PMT_AMT')
1395: ,p_bold => 'Y'
1396: ,p_output_file_type =>