DBA Data[Home] [Help]

APPS.HXT_BATCH_VAL dependencies on HXT_DET_HOURS_WORKED_X

Line 1625: FROM hxt_det_hours_worked_x hdhwx, hxt_add_elem_info_f haeif

1621: )
1622: IS
1623: SELECT SUM (hdhwx.hours) hours, hdhwx.element_type_id,
1624: haeif.earning_category
1625: FROM hxt_det_hours_worked_x hdhwx, hxt_add_elem_info_f haeif
1626: WHERE hdhwx.tim_id = p_tim_id
1627: AND hdhwx.date_worked = p_date_worked
1628: AND hdhwx.element_type_id = haeif.element_type_id
1629: AND hdhwx.date_worked BETWEEN haeif.effective_start_date