DBA Data[Home] [Help]

APPS.PER_PCL_BUS dependencies on PER_CAGR_UTILITY_PKG

Line 37: l_column_type := per_cagr_utility_pkg.get_column_type

33: BEGIN
34: --
35: hr_utility.set_location('Entering:'|| l_proc, 10);
36: --
37: l_column_type := per_cagr_utility_pkg.get_column_type
38: (p_cagr_entitlement_item_id => p_cagr_entitlement_item_id
39: ,p_effective_date => p_effective_date);
40: --
41: -- Only check the fields is for entitlement items

Line 130: l_column_type := per_cagr_utility_pkg.get_column_type

126: BEGIN
127: --
128: hr_utility.set_location('Entering:'|| l_proc, 10);
129: --
130: l_column_type := per_cagr_utility_pkg.get_column_type
131: (p_cagr_entitlement_item_id => p_cagr_entitlement_item_id
132: ,p_effective_date => p_effective_date);
133: --
134: IF l_column_type = 'NUM' THEN

Line 695: l_value_desc := per_cagr_utility_pkg.get_name_from_value_set

691: --
692: -- Fetch the value description from the value set
693: -- for the value content (which will be a fk).
694: --
695: l_value_desc := per_cagr_utility_pkg.get_name_from_value_set
696: (p_cagr_entitlement_id => p_cagr_entitlement_id
697: ,p_value => p_value);
698: --
699: hr_utility.set_location(l_proc,70);

Line 859: l_range_from_desc := per_cagr_utility_pkg.get_name_from_value_set

855: --
856: -- Fetch the value description from the value set
857: -- for the value content (which will be a fk).
858: --
859: l_range_from_desc := per_cagr_utility_pkg.get_name_from_value_set
860: (p_cagr_entitlement_id => p_cagr_entitlement_item_id
861: ,p_value => p_range_from);
862: --
863: hr_utility.set_location(l_proc,70);

Line 1025: l_range_to_desc := per_cagr_utility_pkg.get_name_from_value_set

1021: --
1022: -- Fetch the value description from the value set
1023: -- for the value content (which will be a fk).
1024: --
1025: l_range_to_desc := per_cagr_utility_pkg.get_name_from_value_set
1026: (p_cagr_entitlement_id => p_cagr_entitlement_item_id
1027: ,p_value => p_range_to);
1028: --
1029: hr_utility.set_location(l_proc,70);