DBA Data[Home] [Help]

APPS.PER_DB_PER_SETUP dependencies on HR_ORGANIZATION_INFORMATION_S

Line 314: SELECT hr_organization_information_s.nextval

310: exception when NO_DATA_FOUND then null;
311: end;
312: --
313: hr_utility.set_location('per_db_per_setup.insert_org_information',20);
314: SELECT hr_organization_information_s.nextval
315: INTO l_org_information_id
316: FROM sys.dual;
317: --
318: hr_utility.set_location('per_db_per_setup.insert_org_information',25);