DBA Data[Home] [Help]

APPS.PAY_ELEMENT_EXTRACT_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 234: from hr_organization_information hoi_bg

230: -- Bug No : 2007614
231: -- changed call to per_business_groups to the base table
232: cursor c_legislation_code is
233: select hoi_bg.org_information9
234: from hr_organization_information hoi_bg
235: where organization_id = p_business_group_id
236: and org_information_context = 'Business Group Information';
237:
238: lv_legislation_code varchar2(150); --Bug No :2007614