DBA Data[Home] [Help]

APPS.FA_RESERVE_TRANSFER_PUB dependencies on FA_TRANSACTION_HEADERS_S

Line 317: select fa_transaction_headers_s.nextval

313: px_dest_trans_rec.transaction_date_entered := px_src_trans_rec.transaction_date_entered ;
314:
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

Line 321: select fa_transaction_headers_s.nextval

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;
324:
325: -- insert the transaction link record (sequence will be used in table handler)