DBA Data[Home] [Help] [Dependency Information]


TABLE: IGS.IGS_TR_TYPE_STEP_ALL

Object Details
Object Name: IGS_TR_TYPE_STEP_ALL
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_TR_TYPE_STEP_ALL
Subobject Name:
Status: VALID


IGS_TR_TYPE_STEP_ALL describes the default steps that are held for each
tracking type.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_TR_TYPE_STEP_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRACKING_TYPE
ColumnTRACKING_TYPE_STEP_ID
ColumnORG_ID
IGS_TR_TYPE_STEP_ALL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRECIPIENT_ID
Columns
Name Datatype Length Mandatory Comments
TRACKING_TYPE VARCHAR2 (10) Yes Name of an institution-defined tracking type, used to assist in identifying items being tracked. Each tracking type is mapped to a system tracking type -either explicit or undefined- to enable specific functionality. For example, are special consideration application, standing application, review of outcome application.
TRACKING_TYPE_STEP_ID NUMBER (2) Yes Unique identifier of the tracking type step
TRACKING_TYPE_STEP_NUMBER NUMBER (2) Yes The sequence number of the tracking type step, that is used to identify each stage of tracking. Steps can be re-sequenced using the zoom buttons.
DESCRIPTION VARCHAR2 (60) Yes Description of the tracking type step, that is typically the action to be taken. The description is inherited by tracking items of this type, but can be overridden. Tracking type steps are inherited by tracking items of the same type, but can be overridden.
S_TRACKING_STEP_TYPE VARCHAR2 (30)
Describes the system defined tracking step types. These are not able to be altered by users as they are recognized by system functionality.
ACTION_DAYS NUMBER (4) Yes The normal maximum number of days to complete the step for tracking items of this type. This value, together with the value of the sequential and business days indicators, is used by the system to calculate the action date of the tracking item step.
RECIPIENT_ID NUMBER (15)
The identifier of the default step recipient for tracking items of this type. The default recipient can be overridden when tracking items are created.
STEP_GROUP_ID NUMBER (10)
Grouping Id to indicate the steps belonging to the same group within the Tracking Type
PUBLISH_IND VARCHAR2 (1)
Decides to display the tracking steps for the tracking type on the self service screen
STEP_CATALOG_CD VARCHAR2 (30)
Step code from the step catalog table
ORG_ID NUMBER (15)
Operating unit identifier
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TRACKING_TYPE
,      TRACKING_TYPE_STEP_ID
,      TRACKING_TYPE_STEP_NUMBER
,      DESCRIPTION
,      S_TRACKING_STEP_TYPE
,      ACTION_DAYS
,      RECIPIENT_ID
,      STEP_GROUP_ID
,      PUBLISH_IND
,      STEP_CATALOG_CD
,      ORG_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_TR_TYPE_STEP_ALL;

Dependencies

[top of page]

IGS.IGS_TR_TYPE_STEP_ALL does not reference any database object

IGS.IGS_TR_TYPE_STEP_ALL is referenced by following:

SchemaAPPS
SynonymIGS_TR_TYPE_STEP_ALL