DBA Data[Home] [Help]

APPS.HRDYNDBI dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 7761: , fnd_segment_attribute_values VALUE

7757: replace (ltrim(rtrim(upper(SEG.segment_name))),' ','_') c_db_name,
7758: SEG.created_by c_created_by,
7759: SEG.last_update_login c_last_login
7760: from fnd_id_flex_segments SEG
7761: , fnd_segment_attribute_values VALUE
7762: where SEG.application_id = 800
7763: and SEG.id_flex_code = 'SCL'
7764: and SEG.id_flex_num = p_id_flex_num
7765: and SEG.enabled_flag = 'Y'