DBA Data[Home] [Help]

APPS.FA_ADDITION_PUB dependencies on FND_GLOBAL

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

529: end if;
530:
531: -- call this for first bookonly if not a mass trx which
532: -- would have already called trx approval
533: if (nvl(fnd_global.conc_request_id, -1) <= 0) then
534: if (NOT fa_trx_approval_pkg.faxcat (
535: X_book => l_mrc_asset_hdr_rec.book_type_code,
536: X_asset_id => l_mrc_asset_hdr_rec.asset_id,
537: X_trx_type => l_trans_rec.transaction_type_code,