DBA Data[Home] [Help]

APPS.FA_RESERVE_TRANSFER_PUB dependencies on FA_TRANSACTION_HEADERS_S

Line 345: select fa_transaction_headers_s.nextval

341: raise rsv_xfr_err;
342: end if;
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

Line 349: select fa_transaction_headers_s.nextval

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;
352:
353: -- Bug 15877517 : Reinitialize who_info as well