DBA Data[Home] [Help]

APPS.FV_FACTS_TRX_REGISTER dependencies on GL_SETS_OF_BOOKS

Line 26: g_currency_code Gl_Sets_Of_Books.currency_code%TYPE;

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

Line 467: FROM gl_sets_of_books

463: l_module_name := g_module_name || 'get_period_year';
464: BEGIN
465: SELECT period_set_name
466: INTO l_period_set_name
467: FROM gl_sets_of_books
468: WHERE set_of_books_id = g_set_of_books_id;
469: EXCEPTION
470: WHEN NO_DATA_FOUND THEN
471: g_error_code := 2;