DBA Data[Home] [Help]

APPS.HXT_TIME_PAY dependencies on HXT_UTIL

Line 138: p_retro_batch_id := hxt_UTIL.Get_Retro_Batch_Id(p_tim_id

134: ELSE
135: if g_debug then
136: hr_utility.set_location('hxt_time_pay.get_retro_fields',40);
137: end if;
138: p_retro_batch_id := hxt_UTIL.Get_Retro_Batch_Id(p_tim_id
139: ,p_batch_name
140: ,p_batch_ref);
141: if g_debug then
142: hr_utility.trace('p_retro_batch_id :'||p_retro_batch_id);

Line 205: p_retro_batch_id := HXT_UTIL.Get_Retro_Batch_Id(p_tim_id

201: IF check_for_details%FOUND THEN
202: if g_debug then
203: hr_utility.set_location('hxt_time_pay.get_retro_fields',110);
204: end if;
205: p_retro_batch_id := HXT_UTIL.Get_Retro_Batch_Id(p_tim_id
206: ,p_batch_name
207: ,p_batch_ref);
208: if g_debug then
209: hr_utility.trace('p_retro_batch_id :'||p_retro_batch_id);

Line 307: hxt_util.gen_error(g_tim_id,

303:
304: if g_debug then
305: hr_utility.set_location('hxt_time_pay.call_gen_error',10);
306: end if;
307: hxt_util.gen_error(g_tim_id,
308: g_id,
309: NULL,
310: p_error_text,
311: p_location,

Line 336: hxt_util.gen_error(g_tim_id,

332:
333: if g_debug then
334: hr_utility.set_location('hxt_time_pay.call_gen_error',10);
335: end if;
336: hxt_util.gen_error(g_tim_id,
337: g_id,
338: NULL,
339: p_error_text,
340: p_location,

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

558: --
559: if g_debug then
560: hr_utility.set_location('hxt_time_pay.INSERT_HRS',110);
561: end if;
562: l_costable_type := HXT_UTIL.get_costable_type(p_element_type_id,
563: g_date_worked,
564: g_assignment_id);
565: if g_debug then
566: hr_utility.trace('l_costable_type :'||l_costable_type);

Line 1645: l_costable_type := HXT_UTIL.get_costable_type(

1641:
1642: if g_debug then
1643: hr_utility.set_location('hxt_time_pay.Gen_Premiums',420);
1644: end if;
1645: l_costable_type := HXT_UTIL.get_costable_type(
1646: elig_prem_rec.elt_premium_id
1647: ,g_DATE_WORKED
1648: ,g_ASSIGNMENT_ID);
1649: if g_debug then