DBA Data[Home] [Help]

APPS.PAY_FRR_BUS dependencies on PAY_ELEMENT_TYPES_PKG

Line 1230: l_max_end_date_of_element := pay_element_types_pkg.element_end_date

1226: hr_utility.set_location('l_max_spr_end_date '||to_char(l_max_spr_end_date),6);
1227: --
1228: -- get the maximum end date of the source element type
1229: --
1230: l_max_end_date_of_element := pay_element_types_pkg.element_end_date
1231: (l_spr_element_type_id);
1232: hr_utility.set_location('l_max_end_date_of_element '||to_char(l_max_end_date_of_element),7);
1233: --
1234: -- get the maximum end date of the target element type

Line 1236: l_max_end_date_of_target := pay_element_types_pkg.element_end_date

1232: hr_utility.set_location('l_max_end_date_of_element '||to_char(l_max_end_date_of_element),7);
1233: --
1234: -- get the maximum end date of the target element type
1235: --
1236: l_max_end_date_of_target := pay_element_types_pkg.element_end_date
1237: (p_element_type_id);
1238: hr_utility.set_location('l_max_end_date_of_target '||to_char(l_max_end_date_of_target),8);
1239: --
1240: -- get the maximum end date of a similar rule if it exists in the future.