DBA Data[Home] [Help]

APPS.HXT_BATCH_PROCESS dependencies on HXT_BATCH_SUM_HOURS_ROLLUP_V

Line 1390: FROM hxt_batch_sum_hours_rollup_v

1386: FROM hxt_batch_values_v
1387: WHERE batch_id = p_batch_id ;
1388: CURSOR hxt_hours_cur IS
1389: SELECT *
1390: FROM hxt_batch_sum_hours_rollup_v
1391: WHERE batch_id = p_batch_id;
1392: CURSOR hxt_amounts_cur IS
1393: SELECT *
1394: FROM hxt_batch_sum_amounts_v