DBA Data[Home] [Help]

APPS.PAY_COSTING_DETAIL_REP_PKG dependencies on FND_ID_FLEX_SEGMENTS

Line 507: from fnd_id_flex_segments

503: ** Flex which are enabled and displayed.
504: ************************************************************/
505: cursor c_costing_flex_segments (cp_id_flex_num in number) is
506: select segment_name, application_column_name
507: from fnd_id_flex_segments
508: where id_flex_code = 'COST'
509: and id_flex_num = cp_id_flex_num
510: and enabled_flag = 'Y'
511: and display_flag = 'Y'