DBA Data[Home] [Help]

APPS.FV_FACTS_TRX_REGISTER dependencies on GL_SETS_OF_BOOKS

Line 27: g_currency_code Gl_Sets_Of_Books.currency_code%TYPE;

23: g_adjustment_flag VARCHAR2(1);
24: g_coa_id Gl_Code_Combinations.chart_of_accounts_id%TYPE;
25: g_apps_id Fnd_Id_Flex_Structures.application_id%TYPE;
26: g_id_flex_code Fnd_Id_Flex_Structures.id_flex_code%TYPE;
27: g_currency_code Gl_Sets_Of_Books.currency_code%TYPE;
28: g_start_date Gl_Period_Statuses.start_date%TYPE;
29: g_end_date Gl_Period_Statuses.end_date%TYPE;
30: g_source VARCHAR2(25);
31: g_category VARCHAR2(25);

Line 499: FROM gl_sets_of_books

495: l_module_name := g_module_name || 'get_period_year';
496: BEGIN
497: SELECT period_set_name
498: INTO l_period_set_name
499: FROM gl_sets_of_books
500: WHERE set_of_books_id = g_set_of_books_id;
501: EXCEPTION
502: WHEN NO_DATA_FOUND THEN
503: g_error_code := 2;