DBA Data[Home] [Help]

APPS.OZF_RESALE_PVT dependencies on OZF_RESALE_LOGS_ALL

Line 418: DELETE FROM ozf_resale_logs_all

414: END IF;
415:
416: -- Remove any log associated with this batch
417: BEGIN
418: DELETE FROM ozf_resale_logs_all
419: WHERE resale_id_type = 'BATCH'
420: AND resale_id = p_resale_batch_id;
421: EXCEPTION
422: WHEN OTHERS THEN