DBA Data[Home] [Help]

APPS.FA_INV_XFR_PUB dependencies on FA_TRX_APPROVAL_PKG

Line 429: if not FA_TRX_APPROVAL_PKG.faxcat

425: px_src_trans_rec.transaction_key := 'IT';
426: px_dest_trans_rec.transaction_key := 'IT';
427:
428: -- ER 14644811 : Call trx approval for both src and dest
429: if not FA_TRX_APPROVAL_PKG.faxcat
430: (X_book => px_src_asset_hdr_rec.book_type_code,
431: X_asset_id => px_src_asset_hdr_rec.asset_id,
432: X_trx_type => px_src_trans_rec.transaction_type_code,
433: X_trx_date => px_src_trans_rec.transaction_date_entered,

Line 439: if not FA_TRX_APPROVAL_PKG.faxcat

435: , p_log_level_rec => g_log_level_rec) then
436: raise inv_xfr_err;
437: end if;
438:
439: if not FA_TRX_APPROVAL_PKG.faxcat
440: (X_book => px_dest_asset_hdr_rec.book_type_code,
441: X_asset_id => px_dest_asset_hdr_rec.asset_id,
442: X_trx_type => px_dest_trans_rec.transaction_type_code,
443: X_trx_date => px_dest_trans_rec.transaction_date_entered,