DBA Data[Home] [Help]

APPS.FV_SF133_ONEYEAR dependencies on GL_LEDGERS_PUBLIC_V

Line 25: g_chart_of_accounts_id gl_ledgers_public_v.chart_of_accounts_id%TYPE;

21:
22: -- ------------------------------------
23: -- All Pre-build Query Variables
24: -- ------------------------------------
25: g_chart_of_accounts_id gl_ledgers_public_v.chart_of_accounts_id%TYPE;
26: g_fund_segment_name VARCHAR2(10);
27: --
28: -- ------------------------------------
29: -- Stored Global Variables

Line 243: from gl_ledgers_public_v

239: select currency_code,
240: chart_of_accounts_id
241: into g_currency_code,
242: g_chart_of_accounts_id
243: from gl_ledgers_public_v
244: where ledger_id = parm_set_of_books_id;
245: --Added for bug No. 1553099
246:
247: -- ----------------------------------------

Line 401: FROM gl_ledgers_public_v

397: -- Store SoB's Chart of Accounts Id
398: -- -------------------------------------
399: SELECT chart_of_accounts_id
400: INTO g_chart_of_accounts_id
401: FROM gl_ledgers_public_v
402: WHERE ledger_id = parm_set_of_books_id;
403: --
404: /* SELECT statement brought OUT NOCOPY of the LOOP as it does nto use any of the loop variables */
405: -- find the balance segment (fund) application_column_name