Task Definition - Uplaod class
Das isch en Task Definition, um chönne schnell irgendwelchi Klasse via CSV uffezlade
[task definition 1.0]
task definition rbsc$task_load_class (15258)
/*
-------------------------------------------------------------------------------------------------------------
Bank :
Business Area :
Description : This task is used to update classes via csv-file using the Avaloq Client
Owner :
-------------------------------------------------------------------------------------------------------------
ID Date Name, Company Issue Change Log or Description
-------------------------------------------------------------------------------------------------------------
001
*/
program (online)
----------------------------------------------------------------------------
-- NAMING
----------------------------------------------------------------------------
naming
dfltlang "Load Class"
----------------------------------------------------------------------------
-- TASK ATTRIBUTES
----------------------------------------------------------------------------
hira "110"
procedure rbsc$task_load_class
----------------------------------------------------------------------------
-- PARAMETERS
----------------------------------------------------------------------------
--------------------------------------------------------------------------
i_file_upl_id file
mandatory
label "LABEL.FILE"
--------------------------------------------------------------------------
i_eff_date date
mandatory
label "LABEL.EFF_DATE"
--------------------------------------------------------------------------
separator
style "main_sep"
label "LABEL.OBJECT"
--------------------------------------------------------------------------
i_obj_type_id code code_obj_type where "id in (1,4,5,9,26,31,48)"
mandatory
label "LABEL.OBJ_TYPE"
--------------------------------------------------------------------------
i_classif_id code code_obj_classif where "obj_type_id = nvl(:i_obj_type_id, -1)"
mandatory
label "LABEL.CLASSIF"
end task definition