DBA Data[Home] [Help]

APPS.FV_UPG_FACTS_EB_TO_GTAS dependencies on FND_ID_FLEX_SEGMENTS

Line 262: FROM fnd_id_flex_segments

258:
259: --Get value set id of accounting segment
260: SELECT flex_value_set_id
261: INTO g_acc_value_set_id
262: FROM fnd_id_flex_segments
263: WHERE application_column_name = g_acc_segment
264: AND id_flex_code = 'GL#'
265: AND id_flex_num = g_coa_id;
266: log(l_module,