DBA Data[Home] [Help]

APPS.HXT_BATCH_VAL dependencies on HXT_DET_HOURS_WORKED_X

Line 1445: FROM hxt_det_hours_worked_x hdhwx, hxt_add_elem_info_f haeif

1441: )
1442: IS
1443: SELECT SUM (hdhwx.hours) hours, hdhwx.element_type_id,
1444: haeif.earning_category
1445: FROM hxt_det_hours_worked_x hdhwx, hxt_add_elem_info_f haeif
1446: WHERE hdhwx.tim_id = p_tim_id
1447: AND hdhwx.date_worked = p_date_worked
1448: AND hdhwx.element_type_id = haeif.element_type_id
1449: AND hdhwx.date_worked BETWEEN haeif.effective_start_date