DBA Data[Home] [Help]

APPS.WSH_DOC_SETS dependencies on FND_PROFILE

Line 303: argument(arg_cnt) := fnd_profile.value(arg_default_value);

299: -- only check for Constants or Profile values
300: if arg_default_type = 'C' then -- Constant
301: argument(arg_cnt) := arg_default_value;
302: elsif arg_default_type = 'P' then -- Profile
303: argument(arg_cnt) := fnd_profile.value(arg_default_value);
304: elsif arg_default_type = 'S' then -- Sql
305: -- use dynamic sql to get the default value.
306: -- NOTE not all values will be defined if this references another
307: -- flex field, this will cause an error in which case continue