[Home] [Help]
830: ** Flex which are enabled and displayed.
831: ************************************************************/
832: CURSOR c_costing_flex_segments (cp_id_flex_num in NUMBER) IS
833: SELECT segment_name, application_column_name
834: FROM fnd_id_flex_segments
835: WHERE id_flex_code = 'COST'
836: and id_flex_num = cp_id_flex_num
837: and enabled_flag = 'Y'
838: and display_flag = 'Y'