DBA Data[Home] [Help]

APPS.HXT_TIME_PAY dependencies on HXT_UTIL

Line 111: p_retro_batch_id := hxt_UTIL.Get_Retro_Batch_Id(p_tim_id

107: ELSE
108: if g_debug then
109: hr_utility.set_location('hxt_time_pay.get_retro_fields',40);
110: end if;
111: p_retro_batch_id := hxt_UTIL.Get_Retro_Batch_Id(p_tim_id
112: ,p_batch_name
113: ,p_batch_ref);
114: if g_debug then
115: hr_utility.trace('p_retro_batch_id :'||p_retro_batch_id);

Line 170: p_retro_batch_id := HXT_UTIL.Get_Retro_Batch_Id(p_tim_id

166: IF check_for_details%FOUND THEN
167: if g_debug then
168: hr_utility.set_location('hxt_time_pay.get_retro_fields',110);
169: end if;
170: p_retro_batch_id := HXT_UTIL.Get_Retro_Batch_Id(p_tim_id
171: ,p_batch_name
172: ,p_batch_ref);
173: if g_debug then
174: hr_utility.trace('p_retro_batch_id :'||p_retro_batch_id);

Line 265: hxt_util.gen_error(g_tim_id,

261:
262: if g_debug then
263: hr_utility.set_location('hxt_time_pay.call_gen_error',10);
264: end if;
265: hxt_util.gen_error(g_tim_id,
266: g_id,
267: NULL,
268: p_error_text,
269: p_location,

Line 294: hxt_util.gen_error(g_tim_id,

290:
291: if g_debug then
292: hr_utility.set_location('hxt_time_pay.call_gen_error',10);
293: end if;
294: hxt_util.gen_error(g_tim_id,
295: g_id,
296: NULL,
297: p_error_text,
298: p_location,

Line 520: l_costable_type := HXT_UTIL.get_costable_type(p_element_type_id,

516: --
517: if g_debug then
518: hr_utility.set_location('hxt_time_pay.INSERT_HRS',110);
519: end if;
520: l_costable_type := HXT_UTIL.get_costable_type(p_element_type_id,
521: g_date_worked,
522: g_assignment_id);
523: if g_debug then
524: hr_utility.trace('l_costable_type :'||l_costable_type);

Line 1522: l_costable_type := HXT_UTIL.get_costable_type(

1518:
1519: if g_debug then
1520: hr_utility.set_location('hxt_time_pay.Gen_Premiums',420);
1521: end if;
1522: l_costable_type := HXT_UTIL.get_costable_type(
1523: elig_prem_rec.elt_premium_id
1524: ,g_DATE_WORKED
1525: ,g_ASSIGNMENT_ID);
1526: if g_debug then