DBA Data[Home] [Help]

APPS.FA_ADDITION_PUB dependencies on DUAL

Line 279: from dual;

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
282: l_trans_rec.who_info.creation_date := sysdate;
283: l_trans_rec.who_info.last_update_date := sysdate;

Line 330: from dual;

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
333: px_dist_trans_rec.who_info.creation_date := sysdate;
334: px_dist_trans_rec.who_info.last_update_date := sysdate;

Line 809: from dual;

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
812: l_group_trans_rec.who_info.creation_date := sysdate;
813: l_group_trans_rec.who_info.last_update_date := sysdate;