DBA Data[Home] [Help]

APPS.INV_SELECT_INVENTORY_PKG dependencies on WIP_ENTITIES

Line 26: FROM wip_entities

22: AND a.line_id = V_source_line_id;
23:
24: CURSOR Cur_get_wip_entity IS
25: SELECT entity_type
26: FROM wip_entities
27: WHERE wip_entity_id = V_source_id;
28: X_wip_entity_type NUMBER;
29:
30: CURSOR Cur_get_batch IS