DBA Data[Home] [Help]

APPS.EAM_OP_NETWORK_VALIDATE_PVT dependencies on WIP_OPERATIONS

Line 173: from wip_operations wo

169: if (p_eam_op_network_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_CREATE) then
170:
171: select 1
172: into g_dummy
173: from wip_operations wo
174: where wo.organization_id = p_eam_op_network_rec.organization_id
175: and wo.wip_entity_id = p_eam_op_network_rec.wip_entity_id
176: and wo.operation_seq_num = p_eam_op_network_rec.prior_operation
177: and nvl(wo.operation_completed,'N') = 'N';

Line 215: from wip_operations wo

211: if (p_eam_op_network_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_CREATE) then
212:
213: select 1
214: into g_dummy
215: from wip_operations wo
216: where wo.organization_id = p_eam_op_network_rec.organization_id
217: and wo.wip_entity_id = p_eam_op_network_rec.wip_entity_id
218: and wo.operation_seq_num = p_eam_op_network_rec.next_operation
219: and nvl(wo.operation_completed,'N') = 'N';