DBA Data[Home] [Help]

APPS.HXT_TIME_SUMMARY dependencies on HXT_TIME_PAY

Line 304: hxt_time_pay.get_retro_fields( g_tim_id

300: ELSE
301: l_ffv_cost_center_id := NULL;
302: END IF;
303:
304: hxt_time_pay.get_retro_fields( g_tim_id
305: ,HXT_TIME_COLLECTION.g_batch_name
306: ,HXT_TIME_COLLECTION.g_batch_ref
307: ,l_pay_status
308: ,l_pa_status

Line 2773: -- cur_elig_prem in hxt_time_pay.gen_premiums returns a row and the

2769: hr_utility.trace('hours_worked :'||hours_worked);
2770: end if;
2771: -- IF the shift differential override is applicable to the time_in and
2772: -- time_outs ,then set p_sdf_id to g_sdovr_id so that the cursor
2773: -- cur_elig_prem in hxt_time_pay.gen_premiums returns a row and the
2774: -- logic gets called to insert the data into hxt_det_hours_worked
2775: sd_rule_earning := g_sdovr_id;
2776: END IF;
2777: if g_debug then