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


TABLE: IGS.IGS_OR_INST_HIST_ALL

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


IGS_OR_INST_HIST_ALL describes the history of institution changes.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_OR_INST_HIST_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINSTITUTION_CD
ColumnHIST_START_DT
Columns
Name Datatype Length Mandatory Comments
INSTITUTION_CD VARCHAR2 (30) Yes The code for the institution with the dependent history record. Normally relates to the DETYA set of institutions, however other institutions relevant to the business of the organization can also be created. An institution is optionally mapped to a government institution code.
HIST_START_DT DATE
Yes The effective start date and time of the institution history record. It is the date and time the previous history record was ended.
HIST_END_DT DATE
Yes The effective end date and time of the institution history record. It is the date and time the subsequent history record was created.
HIST_WHO NUMBER (15) Yes The Oracle username of the person who created the institution history record.
NAME VARCHAR2 (360)
The name of the institution during the creation of the history record. There will be a value in this field only if the name was changed when the subsequent history record was created.
INSTITUTION_STATUS VARCHAR2 (10)
The status of the institution during the creation of the history record.
LOCAL_INSTITUTION_IND VARCHAR2 (1)
The value of the 'Local Institution' indicator during the creation of the history record. 'Y' means that the indicator was set and 'N' means that it was not set.
OS_IND VARCHAR2 (1)
The value of the 'Overseas' indicator during the creation of the history record. 'Y' means that the indicator was set and 'N' means that it was not set.
GOVT_INSTITUTION_CD VARCHAR2 (30)
The unique identifier for the government institution code to which the institution was mapped during the creation of the history record.
DESCRIPTION VARCHAR2 (60)
Describes the DETYA government institution code to that the institution was mapped during the creation of the history record.
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
ORG_ID NUMBER (15)
An organization ID
INSTITUTION_TYPE VARCHAR2 (20)
Type of the institution during the creation of the history record.
INST_CONTROL_TYPE VARCHAR2 (30)
Control type of the institution during the creation of the history record.
INST_PHONE_COUNTRY_CODE VARCHAR2 (10)
Country code of telephone number of the institution during the creation of the history record.
INST_PHONE_AREA_CODE VARCHAR2 (10)
Area code of the telephone number of institution during the creation of the history record.
INST_PHONE_NUMBER VARCHAR2 (40)
Telephone number of the institution during the creation of the history record.
EPS_CODE VARCHAR2 (8)
Market code of the institution during the creation of the history record.
INST_PRIORITY_CODE_ID NUMBER (15)
Priority code of the institution during the creation of the history record. There will be a value in this field only if the priority code was changed when the subsequent history record was created - OBSOLETE
INST_PRIORITY_CD VARCHAR2 (30)
Institution Priority Code.
Query Text

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


SELECT INSTITUTION_CD
,      HIST_START_DT
,      HIST_END_DT
,      HIST_WHO
,      NAME
,      INSTITUTION_STATUS
,      LOCAL_INSTITUTION_IND
,      OS_IND
,      GOVT_INSTITUTION_CD
,      DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ORG_ID
,      INSTITUTION_TYPE
,      INST_CONTROL_TYPE
,      INST_PHONE_COUNTRY_CODE
,      INST_PHONE_AREA_CODE
,      INST_PHONE_NUMBER
,      EPS_CODE
,      INST_PRIORITY_CODE_ID
,      INST_PRIORITY_CD
FROM IGS.IGS_OR_INST_HIST_ALL;

Dependencies

[top of page]

IGS.IGS_OR_INST_HIST_ALL does not reference any database object

IGS.IGS_OR_INST_HIST_ALL is referenced by following:

SchemaAPPS
SynonymIGS_OR_INST_HIST_ALL