DBA Data[Home] [Help]

APPS.PAY_IVL_BUS dependencies on PAY_INPUT_VALUES_PKG

Line 915: l_boolean := pay_input_values_pkg.name_not_unique

911: end if;
912: end if;
913:
914: -- Check if the new name is unique
915: l_boolean := pay_input_values_pkg.name_not_unique
916: (p_element_type_id,
917: null,
918: l_name,
919: p_error_if_true => TRUE);

Line 1196: l_boolean := pay_input_values_pkg.name_not_unique

1192: hr_utility.set_location(' Entering:'|| l_proc, 10);
1193:
1194: -- Check that the name is unique
1195:
1196: l_boolean := pay_input_values_pkg.name_not_unique
1197: (p_element_type_id,
1198: null,
1199: l_name,
1200: p_error_if_true => TRUE);

Line 1358: if pay_input_values_pkg.decode_vset_value (

1354: --
1355: elsif p_value_set_id is not null then
1356: --
1357: hr_utility.set_location(l_proc,40);
1358: if pay_input_values_pkg.decode_vset_value (
1359: p_value_set_id,
1360: p_default_value ) is null then
1361: --
1362: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 1487: if pay_input_values_pkg.decode_vset_value (

1483: hr_utility.set_location(l_proc,20);
1484: --
1485: -- Validate the default value using l_value_set_id
1486: --
1487: if pay_input_values_pkg.decode_vset_value (
1488: l_value_set_id,
1489: p_default_value ) is null then
1490: --
1491: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 1691: if pay_input_values_pkg.no_of_input_values(p_element_type_id) >= 15 then

1687:
1688: BEGIN
1689:
1690: hr_utility.set_location(' Entering:'|| l_proc, 10);
1691: if pay_input_values_pkg.no_of_input_values(p_element_type_id) >= 15 then
1692: fnd_message.set_name('PAY','HR_7124_INPVAL_MAX_ENTRIES');
1693: fnd_message.raise_error;
1694: end if;
1695:

Line 1942: if pay_input_values_pkg.deletion_allowed (

1938: fnd_message.raise_error;
1939: end if;
1940: close csr_name;
1941:
1942: if pay_input_values_pkg.deletion_allowed (
1943: p_input_value_id,
1944: p_datetrack_mode ,
1945: p_start_date ,
1946: p_end_date ,