[Home] [Help]
16707: -- Added by Vivek on 02-DEC-2010
16708: EXCEPTION
16709: WHEN fnd_api.g_exc_error
16710: THEN
16711: pn_index_rent_pvt.DEBUG
16712: ( 'PN_VAREN_PVT: Update_Var_Rent: Exception Result of Update_Var_Rent :'
16713: || '-'
16714: || SQLERRM
16715: , 5);
16717: RAISE;
16718:
16719: WHEN OTHERS
16720: THEN
16721: pn_index_rent_pvt.DEBUG
16722: ( 'PN_VAREN_PVT: Update_Var_Rent: Exception Result of Update_Var_Rent :'
16723: || '-'
16724: || SQLERRM
16725: , 5);