DBA Data[Home] [Help]

APPS.GL_FUNDS_AVAILABLE_PKG dependencies on GL_LEDGERS

Line 306: from gl_ledgers

302: from gl_period_statuses
303: where application_id = x_application_id
304: and ledger_id = x_ledger_id
305: and period_name = (select latest_opened_period_name
306: from gl_ledgers
307: where ledger_id = x_ledger_id);
308:
309: CURSOR c_account_category IS
310: SELECT st.account_category_code

Line 677: FROM gl_ledgers

673: AND period_name = cp_period_name;
674:
675: CURSOR c_get_ledger_info(cp_ledger_id NUMBER) IS
676: SELECT period_set_name, accounted_period_type
677: FROM gl_ledgers
678: WHERE ledger_id = cp_ledger_id;
679:
680: CURSOR c_get_template_info (cp_ledger_id NUMBER, cp_template_id NUMBER) IS
681: SELECT amount_type, funding_budget_version_id