DBA Data[Home] [Help]

APPS.HR_SCL_SHD dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 63: from fnd_segment_attribute_values fsav

59: and plr.legislation_code = pbg.legislation_code
60: and plr.rule_type = 'S'
61: and exists
62: (select 1
63: from fnd_segment_attribute_values fsav
64: where fsav.id_flex_num = plr.rule_mode
65: and fsav.application_id = 800
66: and fsav.id_flex_code = 'SCL'
67: and fsav.segment_attribute_type = 'ASSIGNMENT'