DBA Data[Home] [Help]

APPS.GME_RESCHEDULE_BATCH_PVT dependencies on WIP_ENTITIES

Line 133: FROM wip_entities

129:
130: CURSOR primary_prod_from_batch_cursor(v_batch_id IN NUMBER)
131: IS
132: SELECT primary_item_id
133: FROM wip_entities
134: WHERE wip_entity_id = v_batch_id;
135:
136: CURSOR get_prim_prod (
137: v_batch_id gme_batch_header.batch_id%TYPE