DBA Data[Home] [Help]

APPS.FA_RESERVE_TRANSFER_PUB dependencies on FA_TRX_APPROVAL_PKG

Line 323: if not FA_TRX_APPROVAL_PKG.faxcat

319: px_dest_trans_rec.transaction_date_entered := px_src_trans_rec.transaction_date_entered ;
320:
321: -- Bug 15877517 : Moved the faxcat calls to before creating th_id
322: -- call transaction approval for source asset
323: if not FA_TRX_APPROVAL_PKG.faxcat
324: (X_book => p_book_type_code,
325: X_asset_id => p_src_asset_id,
326: X_trx_type => px_src_trans_rec.transaction_type_code,
327: X_trx_date => px_src_trans_rec.transaction_date_entered,

Line 334: if not FA_TRX_APPROVAL_PKG.faxcat

330: raise rsv_xfr_err;
331: end if;
332:
333: -- call transaction approval for destination asset
334: if not FA_TRX_APPROVAL_PKG.faxcat
335: (X_book => p_book_type_code,
336: X_asset_id => p_dest_asset_id,
337: X_trx_type => px_dest_trans_rec.transaction_type_code,
338: X_trx_date => px_dest_trans_rec.transaction_date_entered,