DBA Data[Home] [Help]

APPS.HXT_BATCH_PROCESS dependencies on HXT_BATCH_SUM_HOURS_ROLLUP_V

Line 2437: FROM hxt_batch_sum_hours_rollup_v

2433: FROM hxt_batch_values_v
2434: WHERE batch_id = p_batch_id ;
2435: CURSOR hxt_hours_cur IS
2436: SELECT *
2437: FROM hxt_batch_sum_hours_rollup_v
2438: WHERE batch_id = p_batch_id;
2439: CURSOR hxt_amounts_cur IS
2440: SELECT *
2441: FROM hxt_batch_sum_amounts_v