DBA Data[Home] [Help]

APPS.EAM_PARAMETERS_PUB dependencies on HR_ORGANIZATION_INFORMATION

Line 175: from hr_organization_information hoi,

171: from gl_code_combinations
172: where code_combination_id = P_MAINTENANCE_OFFSET_ACCOUNT;
173:
174: select count(*) into l_count
175: from hr_organization_information hoi,
176: gl_sets_of_books gsob
177: where hoi.org_information_context = 'Accounting Information'
178: and hoi.org_information1 = (gsob.set_of_books_id)
179: and gsob.chart_of_accounts_id = l_chart_of_accounts_id