DBA Data[Home] [Help]

APPS.HRDYNDBI dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 7684: , fnd_segment_attribute_values VALUE

7680: replace (ltrim(rtrim(upper(SEG.segment_name))),' ','_') c_db_name,
7681: SEG.created_by c_created_by,
7682: SEG.last_update_login c_last_login
7683: from fnd_id_flex_segments SEG
7684: , fnd_segment_attribute_values VALUE
7685: where SEG.application_id = 800
7686: and SEG.id_flex_code = 'SCL'
7687: and SEG.id_flex_num = p_id_flex_num
7688: and SEG.enabled_flag = 'Y'