DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_GEN dependencies on WIP_ENTITIES

Line 14436: from wip_entities

14432: l_txn_source_id NUMBER;
14433: l_wip_entity_type NUMBER;
14434: Cursor get_wip_entity_type is
14435: select entity_type
14436: from wip_entities
14437: where wip_entity_id = l_txn_source_id;
14438:
14439: BEGIN
14440: IF (l_debug = 1) THEN