DBA Data[Home] [Help]

APPS.XTR_EXP_TRANSFERS_PKG dependencies on XTR_INTERFACE_ERRORS

Line 1740: delete from xtr_interface_errors

1736: --
1737: --Purge the related data from the error table
1738: --
1739: if g_source is null then
1740: delete from xtr_interface_errors
1741: where external_deal_id = ARec_Interface.external_deal_id
1742: and deal_type = ARec_Interface.deal_type;
1743: end if;
1744: