DBA Data[Home] [Help]

APPS.FA_ADDITION_PUB dependencies on FND_GLOBAL

Line 591: if (nvl(fnd_global.conc_request_id, -1) <= 0) then

587: end if;
588:
589: -- call this for first bookonly if not a mass trx which
590: -- would have already called trx approval
591: if (nvl(fnd_global.conc_request_id, -1) <= 0) then
592: if (NOT fa_trx_approval_pkg.faxcat (
593: X_book => l_mrc_asset_hdr_rec.book_type_code,
594: X_asset_id => l_mrc_asset_hdr_rec.asset_id,
595: X_trx_type => l_trans_rec.transaction_type_code,