DBA Data[Home] [Help]

APPS.PAY_US_INS_ORG_INFO_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 54: FROM hr_all_organization_units

50: --
51: hr_utility.set_location('pay_us_ins_org_info_pkg.insert_org_information',5);
52: SELECT organization_id
53: INTO l_organization_id
54: FROM hr_all_organization_units
55: WHERE organization_id = p_organization_id;
56: --
57: hr_utility.set_location('pay_us_ins_org_info_pkg.insert_org_information',8);
58: if p_org_information_context = 'CLASS' then