DBA Data[Home] [Help]

APPS.FA_CIP_PUB dependencies on FA_TRX_APPROVAL_PKG

Line 766: if not FA_TRX_APPROVAL_PKG.faxcat

762: raise cap_rev_err;
763: end if;
764:
765: -- call transaction approval
766: if not FA_TRX_APPROVAL_PKG.faxcat
767: (X_book => px_asset_hdr_rec.book_type_code,
768: X_asset_id => px_asset_hdr_rec.asset_id,
769: X_trx_type => px_trans_rec.transaction_type_code,
770: X_trx_date => px_trans_rec.transaction_date_entered,

Line 1043: if (NOT fa_trx_approval_pkg.faxcat

1039:
1040: l_group_trans_rec.transaction_type_code := 'GROUP ADJUSTMENT';
1041: l_group_trans_rec.member_transaction_header_id := px_trans_rec.transaction_header_id;
1042:
1043: if (NOT fa_trx_approval_pkg.faxcat
1044: (X_book => l_group_asset_hdr_rec.book_type_code,
1045: X_asset_id => l_group_asset_hdr_rec.asset_id,
1046: X_trx_type => l_group_trans_rec.transaction_type_code,
1047: X_trx_date => l_group_trans_rec.transaction_date_entered,