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 292: from gl_ledgers

288: select currency_code,
289: chart_of_accounts_id
290: into g_currency_code,
291: g_chart_of_accounts_id
292: from gl_ledgers
293: where ledger_id = parm_set_of_books_id;
294:
295: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
296: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT, l_module_name,'-- APID('||NVL(PARM_APPLICATION_ID,0) ||')'

Line 478: FROM gl_ledgers

474: -- Store SoB's Chart of Accounts Id
475: -- -------------------------------------
476: SELECT chart_of_accounts_id
477: INTO g_chart_of_accounts_id
478: FROM gl_ledgers
479: WHERE ledger_id = parm_set_of_books_id;
480: --
481: -- -------------------------------------
482: -- Store Flex Segment Names in Table