DBA Data[Home] [Help]

APPS.FA_RESERVE_TRANSFER_PUB dependencies on DUAL

Line 319: from dual;

315:
316: -- we need the thid first for inserting clearing into adjustments
317: select fa_transaction_headers_s.nextval
318: into px_src_trans_rec.transaction_header_id
319: from dual;
320:
321: select fa_transaction_headers_s.nextval
322: into px_dest_trans_rec.transaction_header_id
323: from dual;

Line 323: from dual;

319: from dual;
320:
321: select fa_transaction_headers_s.nextval
322: into px_dest_trans_rec.transaction_header_id
323: from dual;
324:
325: -- insert the transaction link record (sequence will be used in table handler)
326:
327: fa_trx_references_pkg.insert_row

Line 362: if not fa_xla_events_pvt.create_dual_transaction_event

358:
359:
360: -- SLA: create the inter-asset event
361:
362: if not fa_xla_events_pvt.create_dual_transaction_event
363: (p_asset_hdr_rec_src => l_src_asset_hdr_rec,
364: p_asset_hdr_rec_dest => l_dest_asset_hdr_rec,
365: p_asset_type_rec_src => l_src_asset_type_rec,
366: p_asset_type_rec_dest => l_dest_asset_type_rec,