DBA Data[Home] [Help]

APPS.FA_TERMINAL_GAIN_LOSS_PVT dependencies on DUAL

Line 142: FROM DUAL;

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';
145: l_trans_rec.transaction_type_code := 'GROUP ADJUSTMENT';
146: l_trans_rec.transaction_key := 'TG';