DBA Data[Home] [Help]

APPS.FA_TERMINAL_GAIN_LOSS_PVT dependencies on DUAL

Line 187: FROM DUAL;

183: end if;
184:
185: SELECT fa_transaction_headers_s.nextval
186: INTO l_trans_rec.transaction_header_id
187: FROM DUAL;
188:
189: l_trans_rec.transaction_subtype := 'AMORTIZED';
190: /*bug#15897249 starts */
191: if (l_asset_type_rec.asset_type = 'GROUP') then