DBA Data[Home] [Help]

APPS.OZF_RESALE_PVT dependencies on OZF_RESALE_LOGS_ALL

Line 419: DELETE FROM ozf_resale_logs_all

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