DBA Data[Home] [Help]

APPS.GL_BUDGET_UTILS_PKG dependencies on GL_BUDGET_ASSIGNMENTS

Line 262: FROM gl_budget_assignments

258: WHERE budget_entity_id = frozen_account.budget_entity_id;
259:
260: CURSOR get_entity_id is
261: SELECT budget_entity_id
262: FROM gl_budget_assignments
263: WHERE ledger_id = frozen_account.ledger_id AND
264: code_combination_id = frozen_account.code_combination_id AND
265: currency_code=frozen_account.currency_code;
266: