APPS.PO_REQAPPROVAL_INIT1 dependencies on HR_ORGANIZATION_UNITS
Line 1505: FROM hr_organization_units hou
1501: --name with sql that retrieves operating unit name
1502: BEGIN
1503: SELECT hou.name
1504: INTO l_operating_unit 1505: FROM hr_organization_units hou 1506: WHERE hou.organization_id = x_orgid;
1507: EXCEPTION
1508: WHEN OTHERS THEN
1509: l_operating_unit:=NULL;