DBA Data[Home] [Help]

APPS.FA_ADJUSTMENT_PUB dependencies on FA_TRX_APPROVAL_PKG

Line 723: if not FA_TRX_APPROVAL_PKG.faxcat

719: end if;
720:
721:
722: -- BUG# 2247404 and 2230178 - call regardless if from a mass request
723: if not FA_TRX_APPROVAL_PKG.faxcat
724: (X_book => px_asset_hdr_rec.book_type_code,
725: X_asset_id => px_asset_hdr_rec.asset_id,
726: X_trx_type => px_trans_rec.transaction_type_code,
727: X_trx_date => px_trans_rec.transaction_date_entered,

Line 1857: if not FA_TRX_APPROVAL_PKG.faxcat

1853: raise adj_err;
1854: end if;
1855:
1856: -- call transaction approval for source asset (dest is done below)
1857: if not FA_TRX_APPROVAL_PKG.faxcat
1858: (X_book => l_src_asset_hdr_rec.book_type_code,
1859: X_asset_id => l_src_asset_hdr_rec.asset_id,
1860: X_trx_type => 'ADJUSTMENT',
1861: X_trx_date => px_trans_rec.transaction_date_entered,

Line 1931: if (NOT fa_trx_approval_pkg.faxcat

1927: else
1928: l_src_trans_rec.transaction_key := 'MJ';
1929: end if;
1930:
1931: if (NOT fa_trx_approval_pkg.faxcat
1932: (X_book => l_src_asset_hdr_rec.book_type_code,
1933: X_asset_id => l_src_asset_hdr_rec.asset_id,
1934: X_trx_type => l_src_trans_rec.transaction_type_code,
1935: X_trx_date => l_src_trans_rec.transaction_date_entered,

Line 2021: if not FA_TRX_APPROVAL_PKG.faxcat

2017: end if;
2018:
2019: if (l_sob_index = 0) then
2020: -- call transaction approval for destination asset (src was done above)
2021: if not FA_TRX_APPROVAL_PKG.faxcat
2022: (X_book => l_dest_asset_hdr_rec.book_type_code,
2023: X_asset_id => l_dest_asset_hdr_rec.asset_id,
2024: X_trx_type => 'ADJUSTMENT',
2025: X_trx_date => px_trans_rec.transaction_date_entered,