DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_INIT1 dependencies on HR_ORGANIZATION_UNITS

Line 1446: hr_organization_units hou

1442: BEGIN
1443: SELECT hou.name
1444: into l_operating_unit
1445: FROM
1446: hr_organization_units hou
1447: WHERE
1448: hou.organization_id = x_orgid;
1449: EXCEPTION
1450: WHEN OTHERS THEN