[Home] [Help]
1122:
1123: -- Get the segments in the order defined in the structure
1124: cursor c_application_column_name is
1125: select application_column_name
1126: from fnd_id_flex_segments
1127: where id_flex_num = p_id_flex_num
1128: and application_id = 801
1129: and id_flex_code = 'GRP'
1130: and enabled_flag = 'Y'