DBA Data[Home] [Help]

APPS.FA_ADDITION_PUB dependencies on FA_TRX_APPROVAL_PKG

Line 534: if (NOT fa_trx_approval_pkg.faxcat (

530:
531: -- call this for first bookonly if not a mass trx which
532: -- would have already called trx approval
533: if (nvl(fnd_global.conc_request_id, -1) <= 0) then
534: if (NOT fa_trx_approval_pkg.faxcat (
535: X_book => l_mrc_asset_hdr_rec.book_type_code,
536: X_asset_id => l_mrc_asset_hdr_rec.asset_id,
537: X_trx_type => l_trans_rec.transaction_type_code,
538: X_trx_date => l_trans_rec.transaction_date_entered,

Line 731: if (NOT fa_trx_approval_pkg.faxcat

727:
728: l_group_trans_rec.transaction_type_code := 'GROUP ADJUSTMENT';
729: l_group_trans_rec.member_transaction_header_id := l_trans_rec.transaction_header_id;
730:
731: if (NOT fa_trx_approval_pkg.faxcat
732: (X_book => l_group_asset_hdr_rec.book_type_code,
733: X_asset_id => l_group_asset_hdr_rec.asset_id,
734: X_trx_type => l_group_trans_rec.transaction_type_code,
735: X_trx_date => l_group_trans_rec.transaction_date_entered,