DBA Data[Home] [Help]

APPS.FA_RESERVE_TRANSFER_PUB dependencies on DUAL

Line 347: from dual;

343:
344: -- we need the thid first for inserting clearing into adjustments
345: select fa_transaction_headers_s.nextval
346: into px_src_trans_rec.transaction_header_id
347: from dual;
348:
349: select fa_transaction_headers_s.nextval
350: into px_dest_trans_rec.transaction_header_id
351: from dual;

Line 351: from dual;

347: from dual;
348:
349: select fa_transaction_headers_s.nextval
350: into px_dest_trans_rec.transaction_header_id
351: from dual;
352:
353: -- Bug 15877517 : Reinitialize who_info as well
354: px_src_trans_rec.who_info.creation_date := sysdate;
355: px_src_trans_rec.who_info.last_update_date := sysdate;

Line 361: from dual;

357: px_dest_trans_rec.who_info.last_update_date := sysdate;
358:
359: select fa_trx_references_s.nextval
360: into px_src_trans_rec.trx_reference_id
361: from dual;
362:
363: px_dest_trans_rec.trx_reference_id := px_src_trans_rec.trx_reference_id;
364:
365: if not fa_xla_events_pvt.create_dual_transaction_event

Line 365: if not fa_xla_events_pvt.create_dual_transaction_event

361: from dual;
362:
363: px_dest_trans_rec.trx_reference_id := px_src_trans_rec.trx_reference_id;
364:
365: if not fa_xla_events_pvt.create_dual_transaction_event
366: (p_asset_hdr_rec_src => l_src_asset_hdr_rec,
367: p_asset_hdr_rec_dest => l_dest_asset_hdr_rec,
368: p_asset_type_rec_src => l_src_asset_type_rec,
369: p_asset_type_rec_dest => l_dest_asset_type_rec,