[Home] [Help]
[Dependency Information]
Object Name: | CS_INCIDENT_TYPES_RG_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INCIDENT_TYPE_ID | NUMBER | (15) | Yes | Type unique identifier |
NAME | VARCHAR2 | (90) | Yes | Type name |
INCIDENT_SUBTYPE | VARCHAR2 | (30) | Yes | For 11i, it will always be 'INC'. Identifies that the type is a service request |
DESCRIPTION | VARCHAR2 | (720) | Type description | |
PARENT_INCIDENT_TYPE_ID | NUMBER | (15) | Not Used | |
START_DATE_ACTIVE | DATE | Date this type becomes active, if limited | ||
END_DATE_ACTIVE | DATE | Date this type becomes inactive, if limited | ||
WORKFLOW | VARCHAR2 | (30) | Name of the workflow process associated with this type | |
WEIGHT | NUMBER | Not Used | ||
TASK_WORKFLOW | VARCHAR2 | (30) | Not Used | |
TASK_WORKFLOW_DISPLAY_NAME | VARCHAR2 | (4000) | Not Used | |
DISPLAY_NAME | VARCHAR2 | (4000) | Process Display Name of Workflow associated with this type | |
WEB_WORKFLOW | VARCHAR2 | (30) | Not Used | |
WEB_DISPLAY_NAME | VARCHAR2 | (4000) | Not Used | |
RELATED_STATUSES_CNT | NUMBER | A Total number of statuses related to this type | ||
STATUS_GROUP_ID | NUMBER | Status group identifier. | ||
MAINTENANCE_FLAG | VARCHAR2 | (3) | Flag indicates if the service request type is of EAM type. | |
CMRO_FLAG | VARCHAR2 | (3) |
Cut, paste (and edit) the following text to query this object:
SELECT INCIDENT_TYPE_ID
, NAME
, INCIDENT_SUBTYPE
, DESCRIPTION
, PARENT_INCIDENT_TYPE_ID
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, WORKFLOW
, WEIGHT
, TASK_WORKFLOW
, TASK_WORKFLOW_DISPLAY_NAME
, DISPLAY_NAME
, WEB_WORKFLOW
, WEB_DISPLAY_NAME
, RELATED_STATUSES_CNT
, STATUS_GROUP_ID
, MAINTENANCE_FLAG
, CMRO_FLAG
FROM APPS.CS_INCIDENT_TYPES_RG_V;
APPS.CS_INCIDENT_TYPES_RG_V is not referenced by any database object
|
|
|