[Home] [Help]
[Dependency Information]
Object Name: | IGS_OR_INST_STAT |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_OR_INST_STAT_U1 | NORMAL | UNIQUE |
![]() |
![]() |
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 |
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;
IGS.IGS_OR_INST_STAT does not reference any database object
IGS.IGS_OR_INST_STAT is referenced by following:
|
|
|