DBA Data[Home] [Help]

APPS.FUN_RULE_OBJECTS_PKG dependencies on FND_FLEX_VALUE_SETS

Line 1028: from fnd_flex_value_sets

1024: -- Get the FLEX_VALUE_SET_ID. Required only if name is not null
1025: IF x_flex_value_set_name IS NOT NULL THEN
1026: begin
1027: select flex_value_set_id into vsid
1028: from fnd_flex_value_sets
1029: where flex_value_set_name = X_FLEX_VALUE_SET_NAME;
1030: exception
1031: WHEN NO_DATA_FOUND THEN
1032: -- Since this should never happen, throwing an exception with hard coded message text