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


TABLE: IGS.IGS_OR_INST_STAT

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


IGS_OR_INST_STAT describes the user-defined institution statuses. These map back onto the system institution statuses, to provide the system with the ability to have a large number of statuses that tie back to the system functionality.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_OR_INST_STAT_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINSTITUTION_STATUS
Columns
Name Datatype Length Mandatory Comments
INSTITUTION_STATUS VARCHAR2 (10) Yes A status that indicates the level of activity of an institution record. Each must be mapped to a system status of active or inactive.
DESCRIPTION VARCHAR2 (60) Yes Describes institution status. An institution status indicates the level of activity of an institution record. Each must be mapped to a system status of active or inactive.
S_INSTITUTION_STATUS VARCHAR2 (10) Yes A system-recognized institution status. Each user-defined institution status must be mapped to a system status as inactive or active.
CLOSED_IND VARCHAR2 (1) Yes Indicates and specifies if the institution status is open or closed. Selecting the checkbox to 'closed' prevents use of the status in new or modified institution 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
Query Text

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


SELECT INSTITUTION_STATUS
,      DESCRIPTION
,      S_INSTITUTION_STATUS
,      CLOSED_IND
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_OR_INST_STAT;

Dependencies

[top of page]

IGS.IGS_OR_INST_STAT does not reference any database object

IGS.IGS_OR_INST_STAT is referenced by following:

SchemaAPPS
SynonymIGS_OR_INST_STAT