DBA Data[Home] [Help]

APPS.PAY_JP_REPORT_PKG dependencies on HR_UTILITY

Line 45: g_debug boolean := hr_utility.debug_enabled;

41: c_wp_number varchar2(20) := 'WP_NUMBER';
42: c_hi_num_sort number := 1;
43: c_wp_num_sort number := 2;
44: --
45: g_debug boolean := hr_utility.debug_enabled;
46: c_lf constant varchar2(1) := fnd_global.local_chr(10);
47: c_cr constant varchar2(1) := fnd_global.local_chr(13);
48: c_max_line_size binary_integer := 32767;
49: c_comma_delimiter varchar2(1) := ',';

Line 2418: hr_utility.trace(substrb(p_text,l_len + 1,l_max));

2414: l_max := c_max;
2415: --
2416: end if;
2417: --
2418: hr_utility.trace(substrb(p_text,l_len + 1,l_max));
2419: --
2420: l_len := l_len + l_max;
2421: --
2422: end loop loop_show_debug;

Line 2555: hr_utility.trace('check_file : others');

2551: exception
2552: when others then
2553: --
2554: if g_debug then
2555: hr_utility.trace('check_file : others');
2556: end if;
2557: --
2558: return l_check_file;
2559: --

Line 2599: hr_utility.trace('open_file : invalid_path');

2595: exception
2596: when utl_file.invalid_path then
2597: --
2598: if g_debug then
2599: hr_utility.trace('open_file : invalid_path');
2600: end if;
2601: --
2602: fnd_message.set_name('FND','CONC-FILE_ERROR');
2603: fnd_message.set_token('TEMP_FILE',p_file_name,false);

Line 2614: hr_utility.trace('open_file : invalid_mode');

2610: --
2611: when utl_file.invalid_mode then
2612: --
2613: if g_debug then
2614: hr_utility.trace('open_file : invalid_mode');
2615: end if;
2616: --
2617: fnd_message.set_name('FND','CONC-FILE_ERROR');
2618: fnd_message.set_token('TEMP_FILE',p_file_name,false);

Line 2630: hr_utility.trace('open_file : invalid_operation');

2626: --
2627: when utl_file.invalid_operation then
2628: --
2629: if g_debug then
2630: hr_utility.trace('open_file : invalid_operation');
2631: end if;
2632: --
2633: fnd_message.set_name('FND','CONC-FILE_ERROR');
2634: fnd_message.set_token('TEMP_FILE',p_file_name,false);

Line 2646: hr_utility.trace('open_file : invalid_maxlinesize');

2642: --
2643: when utl_file.invalid_maxlinesize then
2644: --
2645: if g_debug then
2646: hr_utility.trace('open_file : invalid_maxlinesize');
2647: end if;
2648: --
2649: fnd_message.set_name('FND','CONC-FILE_ERROR');
2650: fnd_message.set_token('TEMP_FILE',p_file_name,false);

Line 2662: hr_utility.trace('open_file : others');

2658: --
2659: when others then
2660: --
2661: if g_debug then
2662: hr_utility.trace('open_file : others');
2663: end if;
2664: --
2665: raise;
2666: --

Line 2710: hr_utility.trace('read_file : invalid_filehandle');

2706: exception
2707: when utl_file.invalid_filehandle then
2708: --
2709: if g_debug then
2710: hr_utility.trace('read_file : invalid_filehandle');
2711: end if;
2712: --
2713: fnd_message.set_name('FND','CONC-FILE_ERROR');
2714: fnd_message.set_token('TEMP_FILE',p_file_name,false);

Line 2725: hr_utility.trace('read_file : invalid_operation');

2721: --
2722: when utl_file.invalid_operation then
2723: --
2724: if g_debug then
2725: hr_utility.trace('read_file : invalid_operation');
2726: end if;
2727: --
2728: fnd_message.set_name('FND','CONC-FILE_ERROR');
2729: fnd_message.set_token('TEMP_FILE',p_file_name,false);

Line 2740: hr_utility.trace('read_file : read_error');

2736: --
2737: when utl_file.read_error then
2738: --
2739: if g_debug then
2740: hr_utility.trace('read_file : read_error');
2741: end if;
2742: --
2743: fnd_message.set_name('FND','CONC-FILE_ERROR');
2744: fnd_message.set_token('TEMP_FILE',p_file_name,false);

Line 2755: hr_utility.trace('write_file : others');

2751: --
2752: when others then
2753: --
2754: if g_debug then
2755: hr_utility.trace('write_file : others');
2756: end if;
2757: --
2758: raise;
2759: --

Line 2786: hr_utility.trace('write_file over length');

2782: if p_line is not null
2783: and lengthb(p_line) > c_max_line_size then
2784: --
2785: if g_debug then
2786: hr_utility.trace('write_file over length');
2787: end if;
2788: --
2789: l_char_set := p_char_set;
2790: if l_char_set is null then

Line 2793: -- hr_utility.set_message(800,'HR_7944_CHECK_FMT_BAD_FORMAT');

2789: l_char_set := p_char_set;
2790: if l_char_set is null then
2791: --
2792: --if pay_jp_report_pkg.g_char_set is null then
2793: -- hr_utility.set_message(800,'HR_7944_CHECK_FMT_BAD_FORMAT');
2794: -- hr_utility.raise_error;
2795: --else
2796: l_char_set := pay_jp_report_pkg.g_char_set;
2797: --end if;

Line 2794: -- hr_utility.raise_error;

2790: if l_char_set is null then
2791: --
2792: --if pay_jp_report_pkg.g_char_set is null then
2793: -- hr_utility.set_message(800,'HR_7944_CHECK_FMT_BAD_FORMAT');
2794: -- hr_utility.raise_error;
2795: --else
2796: l_char_set := pay_jp_report_pkg.g_char_set;
2797: --end if;
2798: --

Line 2841: hr_utility.trace('write_file normal length');

2837: --
2838: else
2839: --
2840: if g_debug then
2841: hr_utility.trace('write_file normal length');
2842: end if;
2843: --
2844: utl_file.put_line(p_file_out,p_line);
2845: --

Line 2852: hr_utility.trace('write_file : invalid_filehandle');

2848: exception
2849: when utl_file.invalid_filehandle then
2850: --
2851: if g_debug then
2852: hr_utility.trace('write_file : invalid_filehandle');
2853: end if;
2854: --
2855: fnd_message.set_name('FND','CONC-FILE_ERROR');
2856: fnd_message.set_token('TEMP_FILE',p_file_name,false);

Line 2867: hr_utility.trace('write_file : invalid_operation');

2863: --
2864: when utl_file.invalid_operation then
2865: --
2866: if g_debug then
2867: hr_utility.trace('write_file : invalid_operation');
2868: end if;
2869: --
2870: fnd_message.set_name('FND','CONC-FILE_ERROR');
2871: fnd_message.set_token('TEMP_FILE',p_file_name,false);

Line 2882: hr_utility.trace('write_file : write_error');

2878: --
2879: when utl_file.write_error then
2880: --
2881: if g_debug then
2882: hr_utility.trace('write_file : write_error');
2883: end if;
2884: --
2885: fnd_message.set_name('FND','CONC-FILE_ERROR');
2886: fnd_message.set_token('TEMP_FILE',p_file_name,false);

Line 2897: hr_utility.trace('write_file : others');

2893: --
2894: when others then
2895: --
2896: if g_debug then
2897: hr_utility.trace('write_file : others');
2898: end if;
2899: --
2900: raise;
2901: --

Line 2929: hr_utility.trace('close file error : '||p_file_name);

2925: exception
2926: when others then
2927: --
2928: if g_debug then
2929: hr_utility.trace('close file error : '||p_file_name);
2930: end if;
2931: --
2932: raise;
2933: --

Line 2961: hr_utility.trace('delete file error : '||p_file_name);

2957: exception
2958: when others then
2959: --
2960: if g_debug then
2961: hr_utility.trace('delete file error : '||p_file_name);
2962: end if;
2963: --
2964: raise;
2965: --

Line 3122: -- hr_utility.set_message(800,'HR_7944_CHECK_FMT_BAD_FORMAT');

3118: l_char_set := p_char_set;
3119: if l_char_set is null then
3120: --
3121: --if pay_jp_report_pkg.g_char_set is null then
3122: -- hr_utility.set_message(800,'HR_7944_CHECK_FMT_BAD_FORMAT');
3123: -- hr_utility.raise_error;
3124: --else
3125: l_char_set := pay_jp_report_pkg.g_char_set;
3126: --end if;

Line 3123: -- hr_utility.raise_error;

3119: if l_char_set is null then
3120: --
3121: --if pay_jp_report_pkg.g_char_set is null then
3122: -- hr_utility.set_message(800,'HR_7944_CHECK_FMT_BAD_FORMAT');
3123: -- hr_utility.raise_error;
3124: --else
3125: l_char_set := pay_jp_report_pkg.g_char_set;
3126: --end if;
3127: --

Line 3181: -- hr_utility.set_message(800,'HR_7944_CHECK_FMT_BAD_FORMAT');

3177: l_char_set := p_char_set;
3178: if l_char_set is null then
3179: --
3180: --if pay_jp_report_pkg.g_char_set is null then
3181: -- hr_utility.set_message(800,'HR_7944_CHECK_FMT_BAD_FORMAT');
3182: -- hr_utility.raise_error;
3183: --else
3184: l_char_set := pay_jp_report_pkg.g_char_set;
3185: --end if;

Line 3182: -- hr_utility.raise_error;

3178: if l_char_set is null then
3179: --
3180: --if pay_jp_report_pkg.g_char_set is null then
3181: -- hr_utility.set_message(800,'HR_7944_CHECK_FMT_BAD_FORMAT');
3182: -- hr_utility.raise_error;
3183: --else
3184: l_char_set := pay_jp_report_pkg.g_char_set;
3185: --end if;
3186: --

Line 3193: -- hr_utility.set_message(800,'HR_7944_CHECK_FMT_BAD_FORMAT');

3189: l_db_char_set := p_db_char_set;
3190: if l_db_char_set is null then
3191: --
3192: --if pay_jp_report_pkg.g_db_char_set is null then
3193: -- hr_utility.set_message(800,'HR_7944_CHECK_FMT_BAD_FORMAT');
3194: -- hr_utility.raise_error;
3195: --else
3196: l_db_char_set := pay_jp_report_pkg.g_db_char_set;
3197: --end if;

Line 3194: -- hr_utility.raise_error;

3190: if l_db_char_set is null then
3191: --
3192: --if pay_jp_report_pkg.g_db_char_set is null then
3193: -- hr_utility.set_message(800,'HR_7944_CHECK_FMT_BAD_FORMAT');
3194: -- hr_utility.raise_error;
3195: --else
3196: l_db_char_set := pay_jp_report_pkg.g_db_char_set;
3197: --end if;
3198: --

Line 3616: hr_utility.trace('l_hidden_debug : '||l_hidden_debug);

3612: end if;
3613: --
3614: if g_debug then
3615: --
3616: hr_utility.trace('l_hidden_debug : '||l_hidden_debug);
3617: hr_utility.trace('g_detail_debug : '||pay_jp_report_pkg.g_detail_debug);
3618: --
3619: end if;
3620: --

Line 3617: hr_utility.trace('g_detail_debug : '||pay_jp_report_pkg.g_detail_debug);

3613: --
3614: if g_debug then
3615: --
3616: hr_utility.trace('l_hidden_debug : '||l_hidden_debug);
3617: hr_utility.trace('g_detail_debug : '||pay_jp_report_pkg.g_detail_debug);
3618: --
3619: end if;
3620: --
3621: end set_detail_debug;