DBA Data[Home] [Help]

APPS.XTR_IMPORT_DEAL_DATA dependencies on XTR_TRANSACTIONS_INTERFACE

Line 266: FUNCTION val_transaction_desc_flex( p_Interface_Rec IN XTR_TRANSACTIONS_INTERFACE%ROWTYPE,

262: make sure to include equivalent changes to this procedure.
263: */
264:
265: /*--------------------------------------------------------------------------------*/
266: FUNCTION val_transaction_desc_flex( p_Interface_Rec IN XTR_TRANSACTIONS_INTERFACE%ROWTYPE,
267: p_desc_flex IN VARCHAR2,
268: p_error_segment IN OUT NOCOPY VARCHAR2) return BOOLEAN is
269: /*--------------------------------------------------------------------------------*/
270: l_segment number(3);

Line 698: from xtr_transactions_interface tr

694: ------------------------------------------------------------------------------------
695: --* To purge all orphaned transaction data that was not deleted with the deal header
696: ------------------------------------------------------------------------------------
697: delete
698: from xtr_transactions_interface tr
699: where not exists (
700: select dl.external_deal_id
701: from xtr_deals_interface dl
702: where dl.external_deal_id = tr.external_deal_id