DBA Data[Home] [Help]

APPS.PAY_US_PTO_CO_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 182: from hr_all_organization_units org

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