DBA Data[Home] [Help]

APPS.FA_DISTRIBUTION_PVT dependencies on FA_TRANSACTION_HEADERS_PKG

Line 981: FA_TRANSACTION_HEADERS_PKG.INSERT_ROW(

977: l_transaction_type_code := 'TRANSFER IN';
978: end if;
979:
980: -- insert new row with transaction type associated with this transaction
981: FA_TRANSACTION_HEADERS_PKG.INSERT_ROW(
982: X_Rowid => l_rowid,
983: X_Transaction_Header_Id => l_txn_head_id,
984: X_Book_Type_Code => p_asset_hdr_rec.book_type_code,
985: X_Asset_Id => p_asset_hdr_rec.asset_id,