DBA Data[Home] [Help]

APPS.FA_RETIREMENT_ADJUSTMENT_PUB dependencies on DUAL

Line 274: from dual;

270:
271: -- we need the thid first for inserting clearing into adjustments
272: select fa_transaction_headers_s.nextval
273: into px_trans_rec.transaction_header_id
274: from dual;
275:
276: -- Bug 15877517 : Reinitialize who_info as well
277: px_trans_rec.who_info.creation_date := sysdate;
278: px_trans_rec.who_info.last_update_date := sysdate;