DBA Data[Home] [Help]

APPS.PAY_AC_UTIL dependencies on HR_ORGANIZATION_INFORMATION

Line 194: hr_organization_information hoi

190:
191: CURSOR c_currency_code is
192: select hoi.org_information10
193: from hr_organization_units hou,
194: hr_organization_information hoi
195: where hou.business_group_id = p_business_group_id
196: and hou.organization_id = hoi.organization_id
197: and hoi.org_information_context = 'Business Group Information';
198: