DBA Data[Home] [Help]

APPS.XTR_FX_TRANSFERS_PKG dependencies on XTR_INTERFACE_ERRORS

Line 48: delete from xtr_interface_errors

44:
45: --------------------------------------------------------------------------------------------------------
46: --* Perform the following to purge all the related data in the error table before processing the record
47: --------------------------------------------------------------------------------------------------------
48: delete from xtr_interface_errors
49: where external_deal_id = ARec_Interface.external_deal_id
50: and deal_type = ARec_Interface.deal_type;
51:
52: ----------------------------------------------------------------------------------------------------