DBA Data[Home] [Help]

APPS.DPP_PRICING_PVT dependencies on HR_OPERATING_UNITS

Line 127: hr_operating_units

123: IS
124: SELECT
125: name
126: FROM
127: hr_operating_units
128: WHERE
129: organization_id = p_org_id;
130:
131: BEGIN

Line 433: hr_operating_units

429: IS
430: SELECT
431: name
432: FROM
433: hr_operating_units
434: WHERE
435: organization_id = p_org_id;
436:
437: BEGIN

Line 745: hr_operating_units

741: IS
742: SELECT
743: name
744: FROM
745: hr_operating_units
746: WHERE
747: organization_id = p_org_id;
748:
749: BEGIN