DBA Data[Home] [Help]

APPS.FA_UNPLANNED_PVT dependencies on FA_TRANSACTION_HEADERS_S

Line 232: select fa_transaction_headers_s.nextval

228: -- assign an event for the transaction
229: -- at this point key info asset/book/trx info is known from initialize
230: -- call and the above code (i.e. trx_type, etc)
231:
232: select fa_transaction_headers_s.nextval
233: into px_trans_rec.transaction_header_id
234: from dual;
235:
236: -- Bug 15877517 : Reinitialize who_info as well