DBA Data[Home] [Help]

APPS.XTR_NI_TRANSFERS_PKG dependencies on XTR_INTERFACE_ERRORS

Line 47: delete from xtr_interface_errors

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