DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_UTILITIES dependencies on FND_FLEX_VAL_API

Line 1638: fnd_flex_val_api.set_session_mode('customer_data');

1634: BEGIN
1635:
1636: hr_utility.set_location('Entering:'|| l_proc, 10);
1637:
1638: fnd_flex_val_api.set_session_mode('customer_data');
1639:
1640: if p_valueset_type = 'CHAR' then
1641: l_format_type := 'C';
1642: l_maximum_size := 60;

Line 1666: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => l_valueset_name);

1662: || 'This will initially be empty and can '
1663: || 'be populated using the load reference data';
1664:
1665: l_valueset_name := p_valueset_name;
1666: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => l_valueset_name);
1667:
1668: hr_utility.set_location(l_proc, 20);
1669: if not (l_value_set_exists) then
1670: hr_utility.set_location(l_proc, 20);

Line 1671: fnd_flex_val_api.create_valueset_independent

1667:
1668: hr_utility.set_location(l_proc, 20);
1669: if not (l_value_set_exists) then
1670: hr_utility.set_location(l_proc, 20);
1671: fnd_flex_val_api.create_valueset_independent
1672: (value_set_name => p_valueset_name
1673: ,description => l_description
1674: ,security_available => l_security_available
1675: ,enable_longlist => l_enable_longlist