DBA Data[Home] [Help]

APPS.FA_UNPLANNED_PVT dependencies on FA_TRANSACTION_HEADERS_PKG

Line 213: FA_TRANSACTION_HEADERS_PKG.Update_Trx_Type

209:
210: -- void original addition row in period of addition
211: if (p_asset_hdr_rec.period_of_addition = 'Y' and
212: G_release = 11) then
213: FA_TRANSACTION_HEADERS_PKG.Update_Trx_Type
214: (X_Book_Type_Code => p_asset_hdr_rec.book_type_code,
215: X_Asset_Id => p_asset_hdr_rec.asset_id,
216: X_Transaction_Type_Code => px_trans_rec.transaction_type_code,
217: X_New_Transaction_Type => px_trans_rec.transaction_type_code || '/VOID',

Line 273: FA_TRANSACTION_HEADERS_PKG.Insert_Row

269: end if;
270: end if;
271: /*Secondary Changes End
272: ==================================================================*/
273: FA_TRANSACTION_HEADERS_PKG.Insert_Row
274: (X_Rowid => l_rowid,
275: X_Transaction_Header_Id => px_trans_rec.transaction_header_id,
276: X_Book_Type_Code => p_asset_hdr_rec.book_type_code,
277: X_Asset_Id => p_asset_hdr_rec.asset_id,