DBA Data[Home] [Help]

APPS.FA_ADDITION_PVT dependencies on FA_ADDITIONS_S

Line 175: select fa_additions_s.nextval

171: if (fa_cache_pkg.fazcbc_record.book_class = 'CORPORATE') then
172:
173: if (px_asset_hdr_rec.asset_id is null) then
174: -- Pop the asset_id
175: select fa_additions_s.nextval
176: into px_asset_hdr_rec.asset_id
177: from dual;
178: end if;
179: