DBA Data[Home] [Help]

APPS.FA_UNPLANNED_PVT dependencies on DUAL

Line 217: from dual;

213: -- call and the above code (i.e. trx_type, etc)
214:
215: select fa_transaction_headers_s.nextval
216: into px_trans_rec.transaction_header_id
217: from dual;
218:
219: if not fa_xla_events_pvt.create_transaction_event
220: (p_asset_hdr_rec => p_asset_hdr_rec,
221: p_asset_type_rec=> p_asset_type_rec,