DBA Data[Home] [Help]

APPS.PAY_ELEMENT_EXTRACT_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 243: from hr_organization_information hoi_bg

239: -- Bug No : 2007614
240: -- changed call to per_business_groups to the base table
241: cursor c_legislation_code is
242: select hoi_bg.org_information9
243: from hr_organization_information hoi_bg
244: where organization_id = p_business_group_id
245: and org_information_context = 'Business Group Information';
246:
247: lv_legislation_code varchar2(150); --Bug No :2007614