DBA Data[Home] [Help]

APPS.EAM_WO_COMP_VALIDATE_PVT dependencies on HR_ORGANIZATION_UNITS

Line 1042: from hr_organization_units hou

1038: where mp.organization_id = p_eam_wo_comp_rec.organization_id;
1039:
1040: select nvl(hou.date_to,sysdate+1)
1041: into l_disable_date
1042: from hr_organization_units hou
1043: where organization_id = p_eam_wo_comp_rec.organization_id;
1044:
1045: if(l_disable_date < sysdate) then
1046: raise fnd_api.g_exc_unexpected_error;