DBA Data[Home] [Help]

APPS.FV_GTAS_TBAL_TRX_PKG dependencies on FND_ID_FLEX_SEGMENTS

Line 94: FROM fnd_id_flex_segments

90: -- Get the value set id
91: l_temp_mesg := ' getting account value set id. ';
92: SELECT flex_value_set_id
93: INTO gbl_acc_value_set_id
94: FROM fnd_id_flex_segments
95: WHERE application_column_name = gbl_acc_segment_name
96: AND id_flex_code = 'GL#'
97: AND id_flex_num = gbl_coa_id;
98:

Line 449: FROM fnd_id_flex_segments

445: l_select VARCHAR2(1000);
446:
447: CURSOR segments_cur IS
448: SELECT application_column_name
449: FROM fnd_id_flex_segments
450: WHERE application_id = l_app_id
451: AND id_flex_code = l_id_flex_code
452: AND id_flex_num = l_coa_id
453: ORDER BY segment_num;