DBA Data[Home] [Help]

APPS.FA_REVALUATION_PVT dependencies on FA_TRANSACTION_HEADERS_S

Line 59: select fa_transaction_headers_s.nextval

55: if (p_reval_options_rec.run_mode = 'RUN') then
56: -- insert transaction headers
57: if (p_mrc_sob_type_code <> 'R') then
58: -- we need the thid first before reval engine or do we
59: select fa_transaction_headers_s.nextval
60: into px_trans_rec.transaction_header_id
61: from dual;
62: end if;
63: end if;