DBA Data[Home] [Help]

APPS.INV_VALIDATE_TROLIN dependencies on WIP_ENTITIES

Line 179: FROM wip_entities

175: ( p_wip_entity_id IN NUMBER
176: , p_organization_id IN NUMBER
177: ) IS
178: SELECT wip_entity_name
179: FROM wip_entities
180: WHERE wip_entity_id = p_wip_entity_id
181: AND organization_id = p_organization_id;
182:
183: CURSOR c_get_item_num