DBA Data[Home] [Help]

APPS.FV_FACTS1_PKG dependencies on FND_ID_FLEX_SEGMENTS

Line 466: FROM fnd_id_flex_segments

462: -- Get the value set id
463: l_temp_mesg := ' getting account value set id. ';
464: SELECT flex_value_set_id
465: INTO gbl_acc_value_set_id
466: FROM fnd_id_flex_segments
467: WHERE application_column_name = gbl_acc_segment_name
468: AND id_flex_code = 'GL#'
469: AND id_flex_num = gbl_coa_id;
470: