DBA Data[Home] [Help]

APPS.FA_RESERVE_TRANSFER_PUB dependencies on FA_TRX_APPROVAL_PKG

Line 433: if not FA_TRX_APPROVAL_PKG.faxcat

429: raise rsv_xfr_err;
430: end if;
431:
432: -- call transaction approval for source asset
433: if not FA_TRX_APPROVAL_PKG.faxcat
434: (X_book => p_book_type_code,
435: X_asset_id => p_src_asset_id,
436: X_trx_type => px_src_trans_rec.transaction_type_code,
437: X_trx_date => px_src_trans_rec.transaction_date_entered,

Line 445: if not FA_TRX_APPROVAL_PKG.faxcat

441: end if;
442:
443:
444: -- call transaction approval for destination asset
445: if not FA_TRX_APPROVAL_PKG.faxcat
446: (X_book => p_book_type_code,
447: X_asset_id => p_dest_asset_id,
448: X_trx_type => px_dest_trans_rec.transaction_type_code,
449: X_trx_date => px_dest_trans_rec.transaction_date_entered,