DBA Data[Home] [Help]

APPS.FII_FA_CAT_C dependencies on FND_ID_FLEX_STRUCTURES_TL

Line 105: FROM fnd_id_flex_structures_tl t

101: g_phase := 'Getting user name for flex structure: ' || p_structure_id;
102:
103: SELECT DISTINCT id_flex_structure_name
104: INTO l_structure_name
105: FROM fnd_id_flex_structures_tl t
106: WHERE application_id = 140
107: AND id_flex_code = 'CAT#'
108: AND id_flex_num = p_structure_id
109: AND language = g_current_language;