DBA Data[Home] [Help]

APPS.FA_ADDITION_PUB dependencies on FA_TRANSACTION_HEADERS_S

Line 277: select fa_transaction_headers_s.nextval

273: px_trans_rec.transaction_header_id;
274: end if;
275:
276: -- Pop the transaction_header_id for the ADDITION row
277: select fa_transaction_headers_s.nextval
278: into l_trans_rec.transaction_header_id
279: from dual;
280:
281: -- Bug 15877517 : Reinitialize who_info as well

Line 328: select fa_transaction_headers_s.nextval

324: px_trans_rec.transaction_header_id :=
325: l_trans_rec.transaction_header_id;
326:
327: -- For the TRANSFER IN row, thid is shared for all corp/tax books.
328: select fa_transaction_headers_s.nextval
329: into px_dist_trans_rec.transaction_header_id
330: from dual;
331:
332: -- Bug 15877517 : Reinitialize who_info as well

Line 807: select fa_transaction_headers_s.nextval

803: end if;
804:
805: l_group_trans_rec.transaction_subtype := 'AMORTIZED';
806:
807: select fa_transaction_headers_s.nextval
808: into l_group_trans_rec.transaction_header_id
809: from dual;
810:
811: -- Bug 15877517 : Reinitialize who_info as well