DBA Data[Home] [Help]

APPS.GL_BUDGET_UTILS_PKG dependencies on GL_CODE_COMBINATIONS

Line 190: FROM gl_code_combinations cc, gl_budget_frozen_ranges bfr

186: ledger_id NUMBER,
187: currency_code VARCHAR2) RETURN BOOLEAN IS
188: CURSOR chk_frozen (entity_id NUMBER) IS
189: SELECT 'Frozen'
190: FROM gl_code_combinations cc, gl_budget_frozen_ranges bfr
191: WHERE bfr.budget_version_id = frozen_account.budget_version_id
192: AND bfr.budget_entity_id = entity_id
193: AND cc.code_combination_id = frozen_account.code_combination_id
194: AND cc.chart_of_accounts_id = frozen_account.coa_id