DBA Data[Home] [Help]

APPS.PAY_FRR_BUS dependencies on PAY_STATUS_RULES_PKG

Line 1204: l_max_spr_end_date := pay_status_rules_pkg.spr_end_date

1200: close c_spr_element;
1201: --
1202: -- get the maximum end date of the spr
1203: --
1204: l_max_spr_end_date := pay_status_rules_pkg.spr_end_date
1205: (p_status_processing_rule_id
1206: ,l_spr_formula_id);
1207: hr_utility.set_location('l_max_spr_end_date '||to_char(l_max_spr_end_date),6);
1208: --