Defines a Web based runtime application which is based on an USM Application being served and can be single singed on into.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| runtime_application_id | varchar(50) | not null | Unique identity for the runtime application |
| schema_id | integer | with null | The schema to which th e runtime application belongs |
| comment | varchar(64) | with null | A comment |
| major_version | varchar(20) | with null | Versioning info |
| minor_version | varchar(20) | with null | Versioning info |
| name | nvarchar(64) | with null | The name of the runtime application |
| param_form | varchar(64) | with null | These are the form parameters for the runtime application. Eg: METHOD = GET etc |
| param_input | varchar(64) | with null | These ar the input parameters which have to be passed on to the end application |
| param_login | varchar(50) | with null | This is the place holder which specifies what is the parameter for login field |
| param_password | varchar(64) | with null | This is the place holder which specifies what is the parameter for the password field |
| param_script | varchar(1024) | with null | |
| runtime_parameters | varchar(64) | with null | |
| status | integer | with null | |
| url | varchar(64) | with null | This is the URL for the external application |
| type | varchar(20) | with null | |
| param_domain | varchar(50) | with null | This is the place holder which specifies what is the parameter for domain field |
| file_name | nvarchar(64) | with null | This is the file name which has the image to be shown for this single sign on application |
| schema_instance_id | varchar(50) | with null | The schema instance(installed app instance) for this runtime application |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| runtime_application_id | usm_link_rtapp_account | runtime_application_id |