DBA Data[Home] [Help]

APPS.FA_UNIT_ADJ_PUB dependencies on DUAL

Line 144: from dual;

140: -- forcing selection of the thid here rather
141: -- then relying on table handler
142: select fa_transaction_headers_s.nextval
143: into px_trans_rec.transaction_header_id
144: from dual;
145:
146: -- Bug 15877517 : Reinitialize who_info as well
147: px_trans_rec.who_info.creation_date := sysdate;
148: px_trans_rec.who_info.last_update_date := sysdate;