DBA Data[Home] [Help]

APPS.FA_TERMINAL_GAIN_LOSS_PVT dependencies on FA_TRANSACTION_HEADERS_S

Line 140: SELECT fa_transaction_headers_s.nextval

136:
137: l_trans_rec.who_info.last_update_date := l_date_effective;
138: l_trans_rec.who_info.creation_date := l_date_effective;
139:
140: SELECT fa_transaction_headers_s.nextval
141: INTO l_trans_rec.transaction_header_id
142: FROM DUAL;
143:
144: l_trans_rec.transaction_subtype := 'AMORTIZED';