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 424: hr_operating_units

420: IS
421: SELECT
422: name
423: FROM
424: hr_operating_units
425: WHERE
426: organization_id = p_org_id;
427:
428: BEGIN

Line 726: hr_operating_units

722: IS
723: SELECT
724: name
725: FROM
726: hr_operating_units
727: WHERE
728: organization_id = p_org_id;
729:
730: BEGIN