DBA Data[Home] [Help]

APPS.FA_ADDITION_PUB dependencies on FA_TRX_APPROVAL_PKG

Line 592: if (NOT fa_trx_approval_pkg.faxcat (

588:
589: -- call this for first bookonly if not a mass trx which
590: -- would have already called trx approval
591: if (nvl(fnd_global.conc_request_id, -1) <= 0) then
592: if (NOT fa_trx_approval_pkg.faxcat (
593: X_book => l_mrc_asset_hdr_rec.book_type_code,
594: X_asset_id => l_mrc_asset_hdr_rec.asset_id,
595: X_trx_type => l_trans_rec.transaction_type_code,
596: X_trx_date => l_trans_rec.transaction_date_entered,

Line 795: if (NOT fa_trx_approval_pkg.faxcat

791:
792: l_group_trans_rec.transaction_type_code := 'GROUP ADJUSTMENT';
793: l_group_trans_rec.member_transaction_header_id := l_trans_rec.transaction_header_id;
794:
795: if (NOT fa_trx_approval_pkg.faxcat
796: (X_book => l_group_asset_hdr_rec.book_type_code,
797: X_asset_id => l_group_asset_hdr_rec.asset_id,
798: X_trx_type => l_group_trans_rec.transaction_type_code,
799: X_trx_date => l_group_trans_rec.transaction_date_entered,