[Home] [Help]
1: trigger ghr_groupboxes_ai
2: after insert on ghr_groupboxes
3: for each row
4: begin
5: ghr_api.ghr_gbx_index := ghr_api.ghr_gbx_index + 1;
6: ghr_api.ghr_gbx_tab(ghr_api.ghr_gbx_index).groupbox_id
7: := :new.groupbox_id;
8: ghr_api.ghr_gbx_tab(ghr_api.ghr_gbx_index).name := :new.name;
9: ghr_api.ghr_gbx_tab(ghr_api.ghr_gbx_index).display_name := :new.display_name;
2: after insert on ghr_groupboxes
3: for each row
4: begin
5: ghr_api.ghr_gbx_index := ghr_api.ghr_gbx_index + 1;
6: ghr_api.ghr_gbx_tab(ghr_api.ghr_gbx_index).groupbox_id
7: := :new.groupbox_id;
8: ghr_api.ghr_gbx_tab(ghr_api.ghr_gbx_index).name := :new.name;
9: ghr_api.ghr_gbx_tab(ghr_api.ghr_gbx_index).display_name := :new.display_name;
10: ghr_api.ghr_gbx_tab(ghr_api.ghr_gbx_index).description := :new.description;
4: begin
5: ghr_api.ghr_gbx_index := ghr_api.ghr_gbx_index + 1;
6: ghr_api.ghr_gbx_tab(ghr_api.ghr_gbx_index).groupbox_id
7: := :new.groupbox_id;
8: ghr_api.ghr_gbx_tab(ghr_api.ghr_gbx_index).name := :new.name;
9: ghr_api.ghr_gbx_tab(ghr_api.ghr_gbx_index).display_name := :new.display_name;
10: ghr_api.ghr_gbx_tab(ghr_api.ghr_gbx_index).description := :new.description;
11: end GHR_GROUPBOXES_AI;
5: ghr_api.ghr_gbx_index := ghr_api.ghr_gbx_index + 1;
6: ghr_api.ghr_gbx_tab(ghr_api.ghr_gbx_index).groupbox_id
7: := :new.groupbox_id;
8: ghr_api.ghr_gbx_tab(ghr_api.ghr_gbx_index).name := :new.name;
9: ghr_api.ghr_gbx_tab(ghr_api.ghr_gbx_index).display_name := :new.display_name;
10: ghr_api.ghr_gbx_tab(ghr_api.ghr_gbx_index).description := :new.description;
11: end GHR_GROUPBOXES_AI;
6: ghr_api.ghr_gbx_tab(ghr_api.ghr_gbx_index).groupbox_id
7: := :new.groupbox_id;
8: ghr_api.ghr_gbx_tab(ghr_api.ghr_gbx_index).name := :new.name;
9: ghr_api.ghr_gbx_tab(ghr_api.ghr_gbx_index).display_name := :new.display_name;
10: ghr_api.ghr_gbx_tab(ghr_api.ghr_gbx_index).description := :new.description;
11: end GHR_GROUPBOXES_AI;