DBA Data[Home] [Help]

APPS.PAY_US_INS_ORG_INFO_PKG dependencies on HR_ORGANIZATION_INFORMATION_S

Line 121: SELECT hr_organization_information_s.nextval

117: exception when NO_DATA_FOUND then null;
118: end;
119: --
120: hr_utility.set_location('pay_us_ins_org_info_pkg.insert_org_information',20);
121: SELECT hr_organization_information_s.nextval
122: INTO l_org_information_id
123: FROM sys.dual;
124: --
125: -- hr_utility.trace('l_org_information_id is ' || to_char(l_org_information_id));