DBA Data[Home] [Help]

APPS.FA_ADDITION_PUB dependencies on FA_TRANSACTION_HEADERS_S

Line 222: select fa_transaction_headers_s.nextval

218: px_trans_rec.transaction_header_id;
219: end if;
220:
221: -- Pop the transaction_header_id for the ADDITION row
222: select fa_transaction_headers_s.nextval
223: into l_trans_rec.transaction_header_id
224: from dual;
225:
226: -- if the counter book_index is at 0, then process incoming

Line 274: select fa_transaction_headers_s.nextval

270: px_trans_rec.transaction_header_id :=
271: l_trans_rec.transaction_header_id;
272:
273: -- For the TRANSFER IN row, thid is shared for all corp/tax books.
274: select fa_transaction_headers_s.nextval
275: into px_dist_trans_rec.transaction_header_id
276: from dual;
277:
278: -- Set the current fin_rec to the one that was passed in.

Line 744: select fa_transaction_headers_s.nextval

740:
741:
742: l_group_trans_rec.transaction_subtype := 'AMORTIZED';
743:
744: select fa_transaction_headers_s.nextval
745: into l_group_trans_rec.transaction_header_id
746: from dual;
747:
748: end if;