DBA Data[Home] [Help]

APPS.OZF_PRE_PROCESS_PVT dependencies on OZF_RESALE_BATCHES_PKG

Line 7409: OZF_RESALE_BATCHES_PKG.Update_Row(

7405: BEGIN
7406: IF OZF_DEBUG_LOW_ON THEN
7407: ozf_utility_pvt.debug_message('Resale Batch ID ' || p_int_batch_rec.resale_batch_id);
7408: END IF;
7409: OZF_RESALE_BATCHES_PKG.Update_Row(
7410: p_resale_batch_id => p_int_batch_rec.resale_batch_id,
7411: p_object_version_number => p_int_batch_rec.object_version_number ,
7412: p_last_update_date => p_int_batch_rec.last_update_date,
7413: p_last_updated_by => p_int_batch_rec.last_updated_by,