DBA Data[Home] [Help]

APPS.HXT_UTIL dependencies on HXT_SUM_HOURS_WORKED_X

Line 1640: hxt_sum_hours_worked_x hrw

1636: p_assignment_id NUMBER,
1637: p_element_type_id NUMBER) IS
1638: select sum(hrw.hours)
1639: from
1640: hxt_sum_hours_worked_x hrw
1641: where
1642: hrw.tim_id = p_tim_id
1643: and hrw.assignment_id = p_assignment_id
1644: and hrw.element_type_id = p_element_type_id;