A.5.1 Register in AAICL_OBJ_TYPE_B

This step registers the template as a technical object type in the base COM object table.

Insert the following record into AAICL_OBJ_TYPE_B.

INSERT INTO AAICL_OBJ_TYPE_B
(V_OBJ_TYPE_CODE, V_CLASSNAME, F_VERSIONING, V_WORKFLOW_MODE)
VALUES (
  'TEMP_SCEN',
  'com.ofs.aai.service.common.CommonObjectService',
  'Y',
  'COM'
);