DBA Data[Home] [Help]

APPS.OZF_CHARGEBACK_PVT dependencies on OZF_RESALE_LOGS

Line 2057: DELETE FROM ozf_resale_logs

2053: LOOP
2054: -- Purge the any error message that might be there.
2055: BEGIN
2056: -- SLKRISHN move to a common procedure
2057: DELETE FROM ozf_resale_logs
2058: WHERE resale_id = l_order_set_tbl(J).resale_line_int_id
2059: AND resale_id_type = OZF_RESALE_COMMON_PVT.G_ID_TYPE_IFACE;
2060: EXCEPTION
2061: WHEN OTHERS THEN