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 353: hr_general.decode_fnd_comm_lookup

349: gv_leg_code := lv_leg_code;
350:
351: lv_format1 :=
352: formated_data_string (p_input_string =>
353: hr_general.decode_fnd_comm_lookup
354: ('PAYMENT_REGISTER_LABELS',
355: 'PMT_TYPE')
356: ,p_bold => 'Y'
357: ,p_output_file_type => p_output_file_type) ||

Line 360: hr_general.decode_fnd_comm_lookup

356: ,p_bold => 'Y'
357: ,p_output_file_type => p_output_file_type) ||
358:
359: formated_data_string (p_input_string =>
360: hr_general.decode_fnd_comm_lookup
361: ('PAYMENT_REGISTER_LABELS',
362: 'PMT_METH')
363: ,p_bold => 'Y'
364: ,p_output_file_type => p_output_file_type) ||

Line 367: hr_general.decode_fnd_comm_lookup

363: ,p_bold => 'Y'
364: ,p_output_file_type => p_output_file_type) ||
365:
366: formated_data_string (p_input_string =>
367: hr_general.decode_fnd_comm_lookup
368: ('PAYMENT_REGISTER_LABELS',
369: 'PAY_NAME')
370: ,p_bold => 'Y'
371: ,p_output_file_type => p_output_file_type) ||

Line 374: hr_general.decode_fnd_comm_lookup

370: ,p_bold => 'Y'
371: ,p_output_file_type => p_output_file_type) ||
372:
373: formated_data_string (p_input_string =>
374: hr_general.decode_fnd_comm_lookup
375: ('PAYMENT_REGISTER_LABELS',
376: 'GRE')
377: ,p_bold => 'Y'
378: ,p_output_file_type => p_output_file_type) ||

Line 381: hr_general.decode_fnd_comm_lookup

377: ,p_bold => 'Y'
378: ,p_output_file_type => p_output_file_type) ||
379:
380: formated_data_string (p_input_string =>
381: hr_general.decode_fnd_comm_lookup
382: ('PAYMENT_REGISTER_LABELS',
383: 'PAY_DATE')
384: ,p_bold => 'Y'
385: ,p_output_file_type => p_output_file_type) ||

Line 388: hr_general.decode_fnd_comm_lookup

384: ,p_bold => 'Y'
385: ,p_output_file_type => p_output_file_type) ||
386:
387: formated_data_string (p_input_string =>
388: hr_general.decode_fnd_comm_lookup
389: ('PAYMENT_REGISTER_LABELS',
390: 'PERIOD')
391: ,p_bold => 'Y'
392: ,p_output_file_type => p_output_file_type) ||

Line 395: hr_general.decode_fnd_comm_lookup

391: ,p_bold => 'Y'
392: ,p_output_file_type => p_output_file_type) ||
393:
394: formated_data_string (p_input_string =>
395: hr_general.decode_fnd_comm_lookup
396: ('PAYMENT_REGISTER_LABELS',
397: 'EMP_NAME')
398: ,p_bold => 'Y'
399: ,p_output_file_type => p_output_file_type) ||

Line 402: hr_general.decode_fnd_comm_lookup

398: ,p_bold => 'Y'
399: ,p_output_file_type => p_output_file_type) ||
400:
401: formated_data_string (p_input_string =>
402: hr_general.decode_fnd_comm_lookup
403: ('PAYMENT_REGISTER_LABELS',
404: 'ASG_NUM')
405: ,p_bold => 'Y'
406: ,p_output_file_type => p_output_file_type) ||

Line 409: hr_general.decode_fnd_comm_lookup

405: ,p_bold => 'Y'
406: ,p_output_file_type => p_output_file_type) ||
407:
408: formated_data_string (p_input_string =>
409: hr_general.decode_fnd_comm_lookup
410: ('PAYMENT_REGISTER_LABELS',
411: 'PMT_NUM')
412: ,p_bold => 'Y'
413: ,p_output_file_type => p_output_file_type);

Line 419: hr_general.decode_fnd_comm_lookup

415: hr_utility.set_location(gv_package_name || '.formated_static_header', 20);
416:
417: lv_format2 :=
418: formated_data_string (p_input_string =>
419: hr_general.decode_fnd_comm_lookup
420: ('PAYMENT_REGISTER_LABELS',
421: lv_bank_code)
422: ,p_bold => 'Y'
423: ,p_output_file_type => p_output_file_type) ||

Line 426: hr_general.decode_fnd_comm_lookup

422: ,p_bold => 'Y'
423: ,p_output_file_type => p_output_file_type) ||
424:
425: formated_data_string (p_input_string =>
426: hr_general.decode_fnd_comm_lookup
427: ('PAYMENT_REGISTER_LABELS',
428: 'TRAN_CODE')
429: ,p_bold => 'Y'
430: ,p_output_file_type => p_output_file_type) ||

Line 433: hr_general.decode_fnd_comm_lookup

429: ,p_bold => 'Y'
430: ,p_output_file_type => p_output_file_type) ||
431:
432: formated_data_string (p_input_string =>
433: hr_general.decode_fnd_comm_lookup
434: ('PAYMENT_REGISTER_LABELS',
435: 'ACC_NUM')
436: ,p_bold => 'Y'
437: ,p_output_file_type => p_output_file_type) ||

Line 440: hr_general.decode_fnd_comm_lookup

436: ,p_bold => 'Y'
437: ,p_output_file_type => p_output_file_type) ||
438:
439: formated_data_string (p_input_string =>
440: hr_general.decode_fnd_comm_lookup
441: ('PAYMENT_REGISTER_LABELS',
442: 'PMT_AMT')
443: ,p_bold => 'Y'
444: ,p_output_file_type => p_output_file_type) ||

Line 447: hr_general.decode_fnd_comm_lookup

443: ,p_bold => 'Y'
444: ,p_output_file_type => p_output_file_type) ||
445:
446: formated_data_string (p_input_string =>
447: hr_general.decode_fnd_comm_lookup
448: ('PAYMENT_REGISTER_LABELS',
449: 'CASE_NUM')
450: ,p_bold => 'Y'
451: ,p_output_file_type => p_output_file_type) ||

Line 454: hr_general.decode_fnd_comm_lookup

450: ,p_bold => 'Y'
451: ,p_output_file_type => p_output_file_type) ||
452:
453: formated_data_string (p_input_string =>
454: hr_general.decode_fnd_comm_lookup
455: ('PAYMENT_REGISTER_LABELS',
456: 'PAYEE_NAME')
457: ,p_bold => 'Y'
458: ,p_output_file_type => p_output_file_type) ||

Line 461: hr_general.decode_fnd_comm_lookup

457: ,p_bold => 'Y'
458: ,p_output_file_type => p_output_file_type) ||
459:
460: formated_data_string (p_input_string =>
461: hr_general.decode_fnd_comm_lookup
462: ('PAYMENT_REGISTER_LABELS',
463: 'PMT_STATUS')
464: ,p_bold => 'Y'
465: ,p_output_file_type => p_output_file_type) ;

Line 1061: hr_general.decode_fnd_comm_lookup

1057: hr_utility.trace('Static and Payment Label = ' || lv_header_label);
1058:
1059:
1060: fnd_file.put_line(fnd_file.output, formated_header_string(
1061: hr_general.decode_fnd_comm_lookup
1062: ('PAYMENT_REGISTER_LABELS',
1063: 'TITLE')
1064: ,p_output_file_type
1065: ));

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

1414:
1415: if p_output_file_type ='HTML' then
1416:
1417:
1418: gv_tot_amt_lbl := hr_general.decode_fnd_comm_lookup --bug 3039110
1419: ('PAYMENT_REGISTER_LABELS',
1420: 'TOT_PMT_AMT');
1421: -- gv_tot_amt_lbl := payment_labels('PAYMENT_REGISTER_LABELS',
1422: -- 'TOT_PMT_AMT');

Line 1425: hr_general.decode_fnd_comm_lookup --bug 3039110

1421: -- gv_tot_amt_lbl := payment_labels('PAYMENT_REGISTER_LABELS',
1422: -- 'TOT_PMT_AMT');
1423: lv_total_label :=
1424: formated_data_string (p_input_string =>
1425: hr_general.decode_fnd_comm_lookup --bug 3039110
1426: ('PAYMENT_REGISTER_LABELS',
1427: 'TOT_PMT_AMT')
1428: ,p_bold => 'Y'
1429: ,p_output_file_type =>