DBA Data[Home] [Help]

APPS.FV_GTAS_INTERFACE dependencies on FND_ID_FLEX_SEGMENTS

Line 510: FROM fnd_id_flex_segments

506: -- Get the value set id
507: l_temp_mesg := ' getting account value set id. ';
508: SELECT flex_value_set_id
509: INTO gbl_acc_value_set_id
510: FROM fnd_id_flex_segments
511: WHERE application_column_name = gbl_acc_segment_name
512: AND id_flex_code = 'GL#'
513: AND id_flex_num = gbl_coa_id;
514: