DBA Data[Home] [Help]

APPS.PAY_US_PTO_CO_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 178: from hr_all_organization_units org

174: -- Cursor for selecting the Legislation code
175:
176: cursor c_legislation_code (p_bg_id number) is
177: select hoi.org_information9
178: from hr_all_organization_units org
179: , hr_organization_information hoi
180: where hoi.organization_id = org.business_group_id
181: and hoi.org_information_context = 'Business Group Information'
182: and org.business_group_id = p_bg_id;