DBA Data[Home] [Help]

APPS.OZF_CHARGEBACK_PVT dependencies on OZF_RESALE_LOGS

Line 1792: DELETE FROM ozf_resale_logs

1788: LOOP
1789: -- Purge the any error message that might be there.
1790: BEGIN
1791: -- SLKRISHN move to a common procedure
1792: DELETE FROM ozf_resale_logs
1793: WHERE resale_id = l_order_set_tbl(J).resale_line_int_id
1794: AND resale_id_type = OZF_RESALE_COMMON_PVT.G_ID_TYPE_IFACE;
1795: EXCEPTION
1796: WHEN OTHERS THEN