DBA Data[Home] [Help]

APPS.FA_RECLASS_PVT dependencies on DUAL

Line 101: from dual;

97: -- forcing selection of the thid here rather
98: -- then relying on table handler
99: select fa_transaction_headers_s.nextval
100: into px_trans_rec.transaction_header_id
101: from dual;
102:
103: -- Bug 15877517 : Reinitialize who_info as well
104: px_trans_rec.who_info.creation_date := sysdate;
105: px_trans_rec.who_info.last_update_date := sysdate;