DBA Data[Home] [Help]

APPS.GL_FUNDS_AVAILABLE_PKG dependencies on GL_LEDGERS

Line 305: from gl_ledgers

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

Line 676: FROM gl_ledgers

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