We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476a88b commit d0cd7b9Copy full SHA for d0cd7b9
schema/src/cwms/cwms_fcst_pkg_body.sql
@@ -526,6 +526,10 @@ begin
526
||'/'||to_char(l_fcst_time_utc, 'yyyy-mm-dd"T"hh24:mi:ss"Z"')
527
||'/'||to_char(l_issue_time_utc, 'yyyy-mm-dd"T"hh24:mi:ss"Z"'));
528
end if;
529
+ select *
530
+ into l_fcst_inst_rec
531
+ from at_fcst_inst
532
+ where fcst_inst_code = l_fcst_inst_code;
533
534
-------------------------------------
535
-- populate instance record fields --
0 commit comments