DBA Data[Home] [Help]

APPS.HXT_UTIL dependencies on HXT_SUM_HOURS_WORKED_X

Line 1619: hxt_sum_hours_worked_x hrw

1615: p_assignment_id NUMBER,
1616: p_element_type_id NUMBER) IS
1617: select sum(hrw.hours)
1618: from
1619: hxt_sum_hours_worked_x hrw
1620: where
1621: hrw.tim_id = p_tim_id
1622: and hrw.assignment_id = p_assignment_id
1623: and hrw.element_type_id = p_element_type_id;