DBA Data[Home] [Help]

APPS.FII_EA_AP_TRAN_PKG dependencies on GL_SETS_OF_BOOKS

Line 41: FROM GL_Sets_Of_Books

37: /*Get the Chart of Accounts ID to join to FII_GL_CCID_DIMENSIONS in PMV sql.
38: Get Period Set Name & Accounted Period Type to use index on Period Set Name in GL_JE_LINES*/
39: SELECT Chart_Of_Accounts_ID, Period_Set_Name, Accounted_Period_Type
40: INTO fii_ea_util_pkg.g_coaid, fii_ea_util_pkg.g_period_set_name, fii_ea_util_pkg.g_accounted_period_type
41: FROM GL_Sets_Of_Books
42: WHERE Set_Of_Books_ID = l_ledger_id;
43:
44: l_msg1 := fnd_message.get_string('FII', 'FII_EA_MULTIPLE');
45: