DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_ONE dependencies on FND_FLEX_VALUE_SETS

Line 16434: FROM fnd_flex_value_sets

16430: --
16431: CURSOR c_value_set
16432: IS
16433: SELECT flex_value_set_id
16434: FROM fnd_flex_value_sets
16435: WHERE flex_value_set_name = p_valueset_name
16436: /* AND ( NVL (security_group_id, 0) = 0 -- Bug 4351143 Commented as
16437: OR security_group_id IN ( -- security_group_id is not in
16438: SELECT security_group_id -- table fnd_flex_value_sets

Line 16438: SELECT security_group_id -- table fnd_flex_value_sets

16434: FROM fnd_flex_value_sets
16435: WHERE flex_value_set_name = p_valueset_name
16436: /* AND ( NVL (security_group_id, 0) = 0 -- Bug 4351143 Commented as
16437: OR security_group_id IN ( -- security_group_id is not in
16438: SELECT security_group_id -- table fnd_flex_value_sets
16439: FROM fnd_security_groups
16440: WHERE security_group_key = TO_CHAR (p_target_business_group_id)
16441: )
16442: )*/