DBA Data[Home] [Help]

APPS.EAM_WO_VALIDATE_PVT dependencies on EAM_OP_UTILITY_PVT

Line 1747: and (EAM_OP_UTILITY_PVT.NUM_OF_ROW(

1743: and organization_id = p_eam_wo_rec.organization_id;
1744:
1745: if nvl(p_eam_wo_rec.asset_activity_id,-99999) <> nvl(p_old_eam_wo_rec.asset_activity_id,-99999)
1746: and p_eam_wo_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_UPDATE
1747: and (EAM_OP_UTILITY_PVT.NUM_OF_ROW(
1748: p_eam_op_tbl => l_eam_op_tbl
1749: ,p_wip_entity_id => p_eam_wo_rec.wip_entity_id
1750: ,p_organization_id => p_eam_wo_rec.organization_id) = false
1751: or l_mat_req_exists <> 0) then