Commit f77f5bfc authored by Clark Lin's avatar Clark Lin
Browse files

added feature of verb tense mass load and practice, with multiple other optimization

added feature of verb tense mass load and practice
added sort sequence for subject master data
optimized task progress using range slider
added default value for student / term to accelarate task creation
refined level degree LOV
parent 013e84f9
prompt --application/shared_components/logic/application_items/fsp_language_preference
begin
-- Manifest
-- APPLICATION ITEM: FSP_LANGUAGE_PREFERENCE
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.04.28'
,p_release=>'23.1.0'
,p_default_workspace_id=>16017191443360494
,p_default_application_id=>10002
,p_default_id_offset=>0
,p_default_owner=>'STUDENT'
);
wwv_flow_imp_shared.create_flow_item(
p_id=>wwv_flow_imp.id(16858863443265330.10002)
,p_name=>'FSP_LANGUAGE_PREFERENCE'
,p_protection_level=>'N'
);
wwv_flow_imp.component_end;
end;
/
This diff is collapsed.
This diff is collapsed.
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
"TENANT_ID" NUMBER, "TENANT_ID" NUMBER,
"CALENDAR_COLOR" VARCHAR2(150), "CALENDAR_COLOR" VARCHAR2(150),
"DELETED_FLAG" VARCHAR2(1), "DELETED_FLAG" VARCHAR2(1),
"SORT_SEQUENCE" NUMBER(3,0),
CONSTRAINT "STDT_SUBJECTS_PK" PRIMARY KEY ("SUBJECT_ID") CONSTRAINT "STDT_SUBJECTS_PK" PRIMARY KEY ("SUBJECT_ID")
USING INDEX ENABLE USING INDEX ENABLE
) ; ) ;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment