DBA Data[Home] [Help]

APPS.PAY_NL_GENERAL dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 837: , fnd_segment_attribute_values VALUE

833: replace (ltrim(rtrim(upper(SEG.segment_name))),' ','_') c_db_name,
834: SEG.created_by c_created_by,
835: SEG.last_update_login c_last_login
836: from fnd_id_flex_segments SEG
837: , fnd_segment_attribute_values VALUE
838: where SEG.application_id = 800
839: and SEG.id_flex_code = 'SCL'
840: and SEG.id_flex_num = p_id_flex_num
841: and SEG.enabled_flag = 'Y'