DBA Data[Home] [Help]

APPS.JL_BR_SPED_DATA_EXTRACT_PKG dependencies on GL_LEDGERS

Line 8: g_ledger_id GL_LEDGERS.LEDGER_ID%TYPE;

4:
5: --Globals for report parameters.
6:
7:
8: g_ledger_id GL_LEDGERS.LEDGER_ID%TYPE;
9: g_chart_of_accounts_id GL_LEDGERS.chart_of_accounts_id%TYPE;
10: g_accounting_type VARCHAR2(30); --represents 'Centralized' or 'Decentralized'
11: g_legal_entity_id XLE_ENTITY_PROFILES.LEGAL_ENTITY_ID%TYPE;
12: g_establishment_id XLE_ETB_PROFILES.ESTABLISHMENT_ID%TYPE;

Line 9: g_chart_of_accounts_id GL_LEDGERS.chart_of_accounts_id%TYPE;

5: --Globals for report parameters.
6:
7:
8: g_ledger_id GL_LEDGERS.LEDGER_ID%TYPE;
9: g_chart_of_accounts_id GL_LEDGERS.chart_of_accounts_id%TYPE;
10: g_accounting_type VARCHAR2(30); --represents 'Centralized' or 'Decentralized'
11: g_legal_entity_id XLE_ENTITY_PROFILES.LEGAL_ENTITY_ID%TYPE;
12: g_establishment_id XLE_ETB_PROFILES.ESTABLISHMENT_ID%TYPE;
13: g_period_name GL_PERIODS.PERIOD_NAME%TYPE;