DBA Data[Home] [Help]

APPS.FA_TRANSFER_PUB dependencies on DUAL

Line 186: from dual;

182: -- forcing selection of the thid here rather
183: -- then relying on table handler
184: select fa_transaction_headers_s.nextval
185: into px_trans_rec.transaction_header_id
186: from dual;
187:
188: -- Bug 15877517 : Reinitialize who_info as well
189: px_trans_rec.who_info.creation_date := sysdate;
190: px_trans_rec.who_info.last_update_date := sysdate;