DBA Data[Home] [Help]

APPS.FA_RECLASS_UTIL_PVT dependencies on FND_ID_FLEX_SEGMENTS

Line 982: from fnd_columns c, fnd_id_flex_segments g

978: concat_string varchar2(210); ---modified length to 210 for Bug:16276033
979: segarray fa_rx_shared_pkg.Seg_Array;
980: cursor segcolumns is
981: select distinct g.application_column_name, g.segment_num
982: from fnd_columns c, fnd_id_flex_segments g
983: WHERE g.application_id = h_appl_id
984: AND g.id_flex_code = h_flex_code
985: AND g.id_flex_num = l_cat_struct
986: AND g.enabled_flag = 'Y'