DBA Data[Home] [Help]

APPS.EAM_ACTIVITY_PUB dependencies on WIP_OPERATIONS

Line 181: FROM wip_operations

177: , p_wip_entity_id IN NUMBER
178: )
179: IS
180: SELECT *
181: FROM wip_operations
182: WHERE wip_entity_id = p_wip_entity_id
183: AND organization_id = p_organization_id;
184:
185: CURSOR wip_op_network_cur (