DBA Data[Home] [Help]

APPS.FA_INV_XFR_PUB dependencies on FA_INVOICE_TRANSACTIONS_PKG

Line 186: FA_INVOICE_TRANSACTIONS_PKG.Insert_Row

182: raise inv_xfr_err;
183: end if;
184:
185: l_inv_trans_rec.transaction_type := 'INVOICE TRANSFER';
186: FA_INVOICE_TRANSACTIONS_PKG.Insert_Row
187: (X_Rowid => l_rowid,
188: X_Invoice_Transaction_Id => l_inv_trans_rec.invoice_transaction_id ,
189: X_Book_Type_Code => px_src_asset_hdr_rec.book_type_code,
190: X_Transaction_Type => l_inv_trans_rec.transaction_type,