DBA Data[Home] [Help]

APPS.PAY_IVL_BUS dependencies on PAY_INPUT_VALUES_PKG

Line 983: l_boolean := pay_input_values_pkg.name_not_unique

979: end if;
980: end if;
981:
982: -- Check if the new name is unique
983: l_boolean := pay_input_values_pkg.name_not_unique
984: (p_element_type_id,
985: null,
986: l_name,
987: p_error_if_true => TRUE);

Line 1264: l_boolean := pay_input_values_pkg.name_not_unique

1260: hr_utility.set_location(' Entering:'|| l_proc, 10);
1261:
1262: -- Check that the name is unique
1263:
1264: l_boolean := pay_input_values_pkg.name_not_unique
1265: (p_element_type_id,
1266: null,
1267: l_name,
1268: p_error_if_true => TRUE);

Line 1435: if pay_input_values_pkg.decode_vset_value (

1431: --
1432: elsif p_value_set_id is not null then
1433: --
1434: hr_utility.set_location(l_proc,40);
1435: if pay_input_values_pkg.decode_vset_value (
1436: p_value_set_id,
1437: p_default_value ) is null then
1438: --
1439: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 1570: if pay_input_values_pkg.decode_vset_value (

1566: hr_utility.set_location(l_proc,20);
1567: --
1568: -- Validate the default value using l_value_set_id
1569: --
1570: if pay_input_values_pkg.decode_vset_value (
1571: l_value_set_id,
1572: p_default_value ) is null then
1573: --
1574: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');

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

1818:
1819: BEGIN
1820:
1821: hr_utility.set_location(' Entering:'|| l_proc, 10);
1822: if pay_input_values_pkg.no_of_input_values(p_element_type_id) >= 15 then
1823: fnd_message.set_name('PAY','HR_7124_INPVAL_MAX_ENTRIES');
1824: fnd_message.raise_error;
1825: end if;
1826:

Line 2073: if pay_input_values_pkg.deletion_allowed (

2069: fnd_message.raise_error;
2070: end if;
2071: close csr_name;
2072:
2073: if pay_input_values_pkg.deletion_allowed (
2074: p_input_value_id,
2075: p_datetrack_mode ,
2076: p_start_date ,
2077: p_end_date ,