DBA Data[Home] [Help]

APPS.HXC_TER_UPLOAD_PKG dependencies on HR_UTILITY

Line 4: g_debug boolean := hr_utility.debug_enabled;

1: PACKAGE BODY hxc_ter_upload_pkg AS
2: /* $Header: hxcterupl.pkb 120.2 2005/09/23 09:20:53 nissharm noship $ */
3:
4: g_debug boolean := hr_utility.debug_enabled;
5:
6: PROCEDURE load_ter_row (
7: p_name IN VARCHAR2
8: , p_legislation_code IN VARCHAR2

Line 121: g_debug := hr_utility.debug_enabled;

117:
118:
119: BEGIN -- load_ter_row
120:
121: g_debug := hr_utility.debug_enabled;
122:
123: l_mapping_id := hxc_mcu_upload_pkg.get_mapping_id ( p_mapping_name );
124: l_formula_id := get_ff_id ( p_formula_name );
125: l_attribute_category := p_formula_name;

Line 150: hr_utility.set_location('gaz', 1);

146:
147: END IF;
148:
149: if g_debug then
150: hr_utility.set_location('gaz', 1);
151: end if;
152:
153: SELECT time_entry_rule_id
154: , object_version_number

Line 163: hr_utility.set_location('gaz', 2);

159: FROM hxc_time_entry_rules
160: WHERE name = P_NAME;
161:
162: if g_debug then
163: hr_utility.set_location('gaz', 2);
164: end if;
165:
166: IF ( p_custom_mode = 'FORCE' OR l_owner = 'SEED' )
167: THEN

Line 170: hr_utility.set_location('gaz', 3);

166: IF ( p_custom_mode = 'FORCE' OR l_owner = 'SEED' )
167: THEN
168:
169: if g_debug then
170: hr_utility.set_location('gaz', 3);
171: end if;
172: hxc_time_entry_rule_api.update_time_entry_rule (
173: p_effective_date => to_date(p_start_date, 'DD-MM-YYYY')
174: , p_time_entry_rule_id => l_time_entry_rule_id

Line 223: hr_utility.set_location('gaz', 4);

219: EXCEPTION WHEN NO_DATA_FOUND
220: THEN
221:
222: if g_debug then
223: hr_utility.set_location('gaz', 4);
224: end if;
225: hxc_time_entry_rule_api.create_time_entry_rule (
226: p_effective_date => to_date(p_start_date, 'DD-MM-YYYY')
227: , p_name => p_name