DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_SS dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 6424: from fnd_segment_attribute_values fsav

6420: where plr.legislation_code = leg_code
6421: and plr.rule_type = 'CWK_S'
6422: and exists
6423: (select null
6424: from fnd_segment_attribute_values fsav
6425: where fsav.id_flex_num = plr.rule_mode
6426: and fsav.application_id = 800
6427: and fsav.id_flex_code = 'SCL'
6428: and fsav.segment_attribute_type = 'ASSIGNMENT'

Line 6445: from fnd_segment_attribute_values

6441: where legislation_code = leg_code
6442: and rule_type = 'S'
6443: and exists
6444: (select null
6445: from fnd_segment_attribute_values
6446: where id_flex_num = rule_mode
6447: and application_id = 800
6448: and id_flex_code = 'SCL'
6449: and segment_attribute_type = 'ASSIGNMENT'