[Home] [Help]
617: if (p_eam_op_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_DELETE) then
618:
619: select count(*)
620: into l_count_eoct
621: from eam_op_completion_txns
622: where wip_entity_id = p_eam_op_rec.wip_entity_id
623: and organization_id = p_eam_op_rec.organization_id
624: and operation_seq_num = p_eam_op_rec.operation_seq_num;
625: