DBA Data[Home] [Help]

APPS.EAM_ACTIVITY_PUB dependencies on WIP_OPERATIONS

Line 183: FROM wip_operations

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

Line 362: from wip_operations wo

358: LOOP
359:
360: -- added for bug#13519051
361: select wo.standard_operation_id into l_st_op_id
362: from wip_operations wo
363: where wo.wip_entity_id= l_wip_resource_row.wip_entity_id
364: and wo.operation_seq_num=l_wip_resource_row.operation_seq_num
365: and wo.organization_id=l_wip_resource_row.organization_id;
366: