DBA Data[Home] [Help]

APPS.PAY_COSTING_SUMMARY_REP_PKG dependencies on FND_ID_FLEX_SEGMENTS

Line 834: FROM fnd_id_flex_segments

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'