DBA Data[Home] [Help]

APPS.EAM_WO_VALIDATE_PVT dependencies on EAM_OP_UTILITY_PVT

Line 1827: and (EAM_OP_UTILITY_PVT.NUM_OF_ROW(

1823: and organization_id = p_eam_wo_rec.organization_id;
1824:
1825: if nvl(p_eam_wo_rec.asset_activity_id,-99999) <> nvl(p_old_eam_wo_rec.asset_activity_id,-99999)
1826: and p_eam_wo_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_UPDATE
1827: and (EAM_OP_UTILITY_PVT.NUM_OF_ROW(
1828: p_eam_op_tbl => l_eam_op_tbl
1829: ,p_wip_entity_id => p_eam_wo_rec.wip_entity_id
1830: ,p_organization_id => p_eam_wo_rec.organization_id) = false
1831: or l_mat_req_exists <> 0) then