DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PVT dependencies on WIP_OPERATION_NETWORKS

Line 13307: from wip_operation_networks won

13303:
13304: l_is_last_operation := 'N';
13305: select DECODE(count(won.next_operation),0,'Y','N')
13306: INTO l_is_last_operation
13307: from wip_operation_networks won
13308: where won.wip_entity_id = l_eam_op_comp_rec.wip_entity_id and
13309: won.prior_operation = l_eam_op_comp_rec.operation_seq_num;
13310:
13311: SELECT EAM_WORKFLOW_EVENT_S.NEXTVAL