DBA Data[Home] [Help]

APPS.FA_CIP_PUB dependencies on FA_TRX_APPROVAL_PKG

Line 743: if not FA_TRX_APPROVAL_PKG.faxcat

739: raise cap_rev_err;
740: end if;
741:
742: -- call transaction approval
743: if not FA_TRX_APPROVAL_PKG.faxcat
744: (X_book => px_asset_hdr_rec.book_type_code,
745: X_asset_id => px_asset_hdr_rec.asset_id,
746: X_trx_type => px_trans_rec.transaction_type_code,
747: X_trx_date => px_trans_rec.transaction_date_entered,

Line 1013: if (NOT fa_trx_approval_pkg.faxcat

1009:
1010: l_group_trans_rec.transaction_type_code := 'GROUP ADJUSTMENT';
1011: l_group_trans_rec.member_transaction_header_id := px_trans_rec.transaction_header_id;
1012:
1013: if (NOT fa_trx_approval_pkg.faxcat
1014: (X_book => l_group_asset_hdr_rec.book_type_code,
1015: X_asset_id => l_group_asset_hdr_rec.asset_id,
1016: X_trx_type => l_group_trans_rec.transaction_type_code,
1017: X_trx_date => l_group_trans_rec.transaction_date_entered,