DBA Data[Home] [Help]

APPS.FA_DEPRN_ROLLBACK_PUB dependencies on FA_TRX_APPROVAL_PKG

Line 337: if (NOT fa_trx_approval_pkg.faxcat (

333: -- 1) no pending mass transaction on the book. (which could be mass deprn rollback)
334: -- 2) no deprn run ongoing since closing the book and rolling back deprn
335: -- on one or more of the already processed assets would not be good combination
336:
337: if (NOT fa_trx_approval_pkg.faxcat (
338: X_book => px_asset_hdr_rec.book_type_code,
339: X_asset_id => px_asset_hdr_rec.asset_id,
340: X_trx_type => 'RB_DEP',
341: X_trx_date => sysdate,