DBA Data[Home] [Help]

APPS.EAM_PARAMETERS_PUB dependencies on GL_CODE_COMBINATIONS

Line 171: from gl_code_combinations

167: return false;
168: end if;
169:
170: select chart_of_accounts_id into l_chart_of_accounts_id
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,