DBA Data[Home] [Help]

APPS.PAY_FRR_BUS dependencies on PAY_ELEMENT_TYPES_PKG

Line 1211: l_max_end_date_of_element := pay_element_types_pkg.element_end_date

1207: hr_utility.set_location('l_max_spr_end_date '||to_char(l_max_spr_end_date),6);
1208: --
1209: -- get the maximum end date of the source element type
1210: --
1211: l_max_end_date_of_element := pay_element_types_pkg.element_end_date
1212: (l_spr_element_type_id);
1213: hr_utility.set_location('l_max_end_date_of_element '||to_char(l_max_end_date_of_element),7);
1214: --
1215: -- get the maximum end date of the target element type

Line 1217: l_max_end_date_of_target := pay_element_types_pkg.element_end_date

1213: hr_utility.set_location('l_max_end_date_of_element '||to_char(l_max_end_date_of_element),7);
1214: --
1215: -- get the maximum end date of the target element type
1216: --
1217: l_max_end_date_of_target := pay_element_types_pkg.element_end_date
1218: (p_element_type_id);
1219: hr_utility.set_location('l_max_end_date_of_target '||to_char(l_max_end_date_of_target),8);
1220: --
1221: -- get the maximum end date of a similar rule if it exists in the future.