DBA Data[Home] [Help]

APPS.OZF_PRE_PROCESS_PVT dependencies on OZF_RESALE_BATCHES_PKG

Line 7874: OZF_RESALE_BATCHES_PKG.Update_Row(

7870: BEGIN
7871: IF OZF_DEBUG_LOW_ON THEN
7872: ozf_utility_pvt.debug_message('Resale Batch ID ' || p_int_batch_rec.resale_batch_id);
7873: END IF;
7874: OZF_RESALE_BATCHES_PKG.Update_Row(
7875: p_resale_batch_id => p_int_batch_rec.resale_batch_id,
7876: p_object_version_number => p_int_batch_rec.object_version_number ,
7877: p_last_update_date => p_int_batch_rec.last_update_date,
7878: p_last_updated_by => p_int_batch_rec.last_updated_by,