DBA Data[Home] [Help]

APPS.FA_GROUP_RECLASS2_PVT dependencies on FA_TRANSACTION_HEADERS_S

Line 327: select fa_transaction_headers_s.nextval

323: if (p_trans_rec.amortization_start_date is not null) then
324: px_src_trans_rec.transaction_date_entered := p_trans_rec.amortization_start_date;
325: end if;
326:
327: select fa_transaction_headers_s.nextval
328: into px_src_trans_rec.transaction_header_id
329: from dual;
330:
331: end if;

Line 623: select fa_transaction_headers_s.nextval

619: if (p_trans_rec.amortization_start_date is not null) then
620: px_dest_trans_rec.transaction_date_entered := p_trans_rec.amortization_start_date;
621: end if;
622:
623: select fa_transaction_headers_s.nextval
624: into px_dest_trans_rec.transaction_header_id
625: from dual;
626:
627: end if;