DBA Data[Home] [Help]

APPS.AR_INVOICE_UTILS dependencies on IBY_TRXN_EXTENSIONS_V

Line 334: iby_trxn_extensions_v iby

330: WHERE gt.payment_trxn_extension_id IS NOT NULL
331: AND EXISTS
332: (SELECT 'X'
333: FROM ar_receipt_methods rm,
334: iby_trxn_extensions_v iby
335: WHERE rm.receipt_method_id = gt.receipt_method_id
336: AND iby.trxn_extension_id= gt.payment_trxn_extension_id
337: AND iby.PAYMENT_CHANNEL_CODE <> rm.payment_channel_code );
338: