DBA Data[Home] [Help]

APPS.FV_SF133_NOYEAR dependencies on GL_LEDGERS

Line 22: g_chart_of_accounts_id gl_ledgers.chart_of_accounts_id%TYPE;

18: parm_gl_period_name gl_period_statuses.period_name%TYPE;
19: -- ------------------------------------
20: -- All Pre-build Query Variables
21: -- ------------------------------------
22: g_chart_of_accounts_id gl_ledgers.chart_of_accounts_id%TYPE;
23: g_fund_segment_name VARCHAR2(10);
24: --
25: -- ------------------------------------
26: -- Stored Global Variables

Line 219: from gl_ledgers

215: select currency_code,
216: chart_of_accounts_id
217: into g_currency_code,
218: g_chart_of_accounts_id
219: from gl_ledgers
220: where ledger_id = parm_set_of_books_id;
221:
222: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
223: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT, l_module_name,'-- APID('||NVL(PARM_APPLICATION_ID,0) ||')'

Line 372: FROM gl_ledgers

368: -- Store SoB's Chart of Accounts Id
369: -- -------------------------------------
370: SELECT chart_of_accounts_id
371: INTO g_chart_of_accounts_id
372: FROM gl_ledgers
373: WHERE ledger_id = parm_set_of_books_id;
374: --
375: -- -------------------------------------
376: -- Store Flex Segment Names in Table