DBA Data[Home] [Help]

APPS.FA_CIP_PVT dependencies on DUAL

Line 107: from dual;

103: -- need the thid before calc engine
104: if (p_mrc_sob_type_code <> 'R') then
105: select fa_transaction_headers_s.nextval
106: into px_trans_rec.transaction_header_id
107: from dual;
108:
109: -- Bug 15877517 : Reinitialize who_info as well
110: px_trans_rec.who_info.creation_date := sysdate;
111: px_trans_rec.who_info.last_update_date := sysdate;