DBA Data[Home] [Help]

APPS.FII_GL_CCID_C dependencies on FND_ID_FLEX_STRUCTURES_TL

Line 140: FROM fnd_id_flex_structures_tl t

136:
137: g_phase := 'Getting user name for chart of account ID: ' || p_coa_id;
138:
139: SELECT DISTINCT id_flex_structure_name INTO l_coa_name
140: FROM fnd_id_flex_structures_tl t
141: WHERE application_id = 101
142: AND id_flex_code = 'GL#'
143: AND id_flex_num = p_coa_id
144: AND language = g_current_language;