DBA Data[Home] [Help]

APPS.FA_ADDITION_PVT dependencies on FA_ADDITIONS_S

Line 168: select fa_additions_s.nextval

164: if (fa_cache_pkg.fazcbc_record.book_class = 'CORPORATE') then
165:
166: if (px_asset_hdr_rec.asset_id is null) then
167: -- Pop the asset_id
168: select fa_additions_s.nextval
169: into px_asset_hdr_rec.asset_id
170: from dual;
171: end if;
172: