DBA Data[Home] [Help]

APPS.PAY_FRR_BUS dependencies on PAY_STATUS_RULES_PKG

Line 1223: l_max_spr_end_date := pay_status_rules_pkg.spr_end_date

1219: close c_spr_element;
1220: --
1221: -- get the maximum end date of the spr
1222: --
1223: l_max_spr_end_date := pay_status_rules_pkg.spr_end_date
1224: (p_status_processing_rule_id
1225: ,l_spr_formula_id);
1226: hr_utility.set_location('l_max_spr_end_date '||to_char(l_max_spr_end_date),6);
1227: --