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


TABLE: IGS.IGS_TR_STATUS

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


IGS_TR_STATUS describes the user-defined tracking statuses. These map back to the system-defined tracking statuses that are recognized by system functionality.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_TR_STATUS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRACKING_STATUS
Columns
Name Datatype Length Mandatory Comments
TRACKING_STATUS VARCHAR2 (10) Yes The institution-defined name of a tracking status. Tracking statuses are assigned to tracking items, as an indication of the level of activity of an item. Each status is mapped to a system defined tracking status. For example, the institution-defined status, current can be mapped to the system status active.
DESCRIPTION VARCHAR2 (60) Yes Description of the tracking status. Tracking statuses are assigned to tracking items as an indication of the level of activity of an item. Each status is mapped to a system tracking status For example, the institution-defined status current can be mapped to the system status active.
S_TRACKING_STATUS VARCHAR2 (10) Yes Name of a system defined tracking item status. Each institution-defined tracking status is mapped to a system status.
CLOSED_IND VARCHAR2 (1) Yes Specifies if the tracking status is open or closed. Selecting the checkbox to 'closed', prevents use of the status in new or modified tracking item records.
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
DEFAULT_IND VARCHAR2 (1)
Indicates the tracking status is the system default one
Query Text

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


SELECT TRACKING_STATUS
,      DESCRIPTION
,      S_TRACKING_STATUS
,      CLOSED_IND
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      DEFAULT_IND
FROM IGS.IGS_TR_STATUS;

Dependencies

[top of page]

IGS.IGS_TR_STATUS does not reference any database object

IGS.IGS_TR_STATUS is referenced by following:

SchemaAPPS
SynonymIGS_TR_STATUS