DBA Data[Home] [Help]

APPS.FA_ADDITION_PUB dependencies on DUAL

Line 224: from dual;

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
227: -- book else iterate through tax books
228: if (book_index = 0) then

Line 276: from dual;

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.
279: l_asset_fin_rec := px_asset_fin_rec;
280: l_asset_deprn_rec_new := px_asset_deprn_rec;

Line 746: from dual;

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;
749:
750: -- load the old structs