DBA Data[Home] [Help]

APPS.GME_UPDATE_STEP_QTY_PVT dependencies on GME_BATCH_STEP_DEPENDENCIES

Line 54: FROM gme_batch_step_dependencies d

50: v_batch_id gme_batch_header.batch_id%TYPE
51: ,v_batchstep_id gme_batch_steps.batchstep_id%TYPE)
52: IS
53: SELECT d.batchstep_id
54: FROM gme_batch_step_dependencies d
55: WHERE d.batch_id = v_batch_id
56: START WITH ( (d.batch_id = v_batch_id)
57: AND ( (v_batchstep_id IS NULL)
58: OR (dep_step_id = v_batchstep_id) ) )