DBA Data[Home] [Help]

APPS.PER_DB_PER_SETUP dependencies on PER_ORGANIZATION_UNITS

Line 1450: FROM per_organization_units

1446: hr_utility.set_location('per_db_per_setup.create_position',3);
1447: --
1448: SELECT organization_id
1449: INTO l_organization_id
1450: FROM per_organization_units
1451: WHERE name = p_organization
1452: AND business_group_id + 0 = l_business_group_id;
1453: --
1454: begin