DBA Data[Home] [Help]

APPS.FA_ADJUSTMENT_PUB dependencies on FA_TRX_APPROVAL_PKG

Line 857: if not FA_TRX_APPROVAL_PKG.faxcat

853: -- ER 14644811 / Bug 15877517 : No need to call trx approval for inv txfr
854: -- It will be called in the inv txfr api itself
855: if (nvl(px_inv_trans_rec.transaction_type, 'X') <> 'INVOICE TRANSFER') then
856: -- BUG# 2247404 and 2230178 - call regardless if from a mass request
857: if not FA_TRX_APPROVAL_PKG.faxcat
858: (X_book => px_asset_hdr_rec.book_type_code,
859: X_asset_id => px_asset_hdr_rec.asset_id,
860: X_trx_type => px_trans_rec.transaction_type_code,
861: X_trx_date => px_trans_rec.transaction_date_entered,

Line 2225: if not FA_TRX_APPROVAL_PKG.faxcat

2221: -- in the same group as the source
2222:
2223: if (nvl(px_inv_trans_rec.transaction_type, 'X') <> 'INVOICE TRANSFER' OR
2224: nvl(g_last_group_asset_id, 0) <> nvl(l_src_asset_hdr_rec.asset_id, 0)) then
2225: if not FA_TRX_APPROVAL_PKG.faxcat
2226: (X_book => l_src_asset_hdr_rec.book_type_code,
2227: X_asset_id => l_src_asset_hdr_rec.asset_id,
2228: X_trx_type => 'ADJUSTMENT',
2229: X_trx_date => px_trans_rec.transaction_date_entered,

Line 2403: if not FA_TRX_APPROVAL_PKG.faxcat

2399: --End of 6990774
2400:
2401: if (l_sob_index = 0) then
2402: -- call transaction approval for destination asset (src was done above)
2403: if not FA_TRX_APPROVAL_PKG.faxcat
2404: (X_book => l_dest_asset_hdr_rec.book_type_code,
2405: X_asset_id => l_dest_asset_hdr_rec.asset_id,
2406: X_trx_type => 'ADJUSTMENT',
2407: X_trx_date => px_trans_rec.transaction_date_entered,