DBA Data[Home] [Help]

APPS.FA_INV_XFR_PUB dependencies on FA_INVOICE_TRANSACTIONS_PKG

Line 222: FA_INVOICE_TRANSACTIONS_PKG.Insert_Row

218:
219: l_inv_trans_rec.transaction_type := 'INVOICE TRANSFER';
220:
221:
222: FA_INVOICE_TRANSACTIONS_PKG.Insert_Row
223: (X_Rowid => l_rowid,
224: X_Invoice_Transaction_Id => l_inv_trans_rec.invoice_transaction_id ,
225: X_Book_Type_Code => px_src_asset_hdr_rec.book_type_code,
226: X_Transaction_Type => l_inv_trans_rec.transaction_type,