DBA Data[Home] [Help]

APPS.PN_VAR_RENT_PKG dependencies on PN_VAR_RENTS_PKG

Line 10166: PN_VAR_RENTS_PKG.delete_var_rent_agreement(p_lease_id => p_lease_id ,

10162: date then vr context should be 'EXP'. If this is not the case then throw an exception */
10163: IF (l_new_term_date < l_old_term_date) AND p_vr_context = 'CON' THEN
10164:
10165: pnp_debug_pkg.log('Deleting VR agreements starting after new termination date');
10166: PN_VAR_RENTS_PKG.delete_var_rent_agreement(p_lease_id => p_lease_id ,
10167: p_termination_dt => l_new_term_date);
10168:
10169: pnp_debug_pkg.log('Calling VR contraction ....');
10170: process_vr_early_term ( p_lease_id => p_lease_id