DBA Data[Home] [Help]

APPS.FA_UNPLANNED_PVT dependencies on DUAL

Line 234: from dual;

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
237: px_trans_rec.who_info.creation_date := sysdate;
238: px_trans_rec.who_info.last_update_date := sysdate;