[Home] [Help]
644: if (p_eam_op_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_DELETE) then
645:
646: select count(*)
647: into l_count_eoct
648: from eam_op_completion_txns
649: where wip_entity_id = p_eam_op_rec.wip_entity_id
650: and organization_id = p_eam_op_rec.organization_id
651: and operation_seq_num = p_eam_op_rec.operation_seq_num;
652: