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


TABLE: IGS.IGS_AD_PAST_HISTORY_ALL

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


IGS_AD_PAST_HISTORY_ALL holds details of person's previous educational details.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_AD_PAST_HISTORY_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
IGS_AD_PAST_HISTORY_PK NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPAST_HISTORY_ID
Columns
Name Datatype Length Mandatory Comments
ORG_ID NUMBER (15)
Organization unit identifier
PAST_HISTORY_ID NUMBER (15) Yes Past history unique identifier
YEARS_OF_STUDY NUMBER (2) Yes Years of study
SUBJECT_ID NUMBER (15) Yes Past subject of study
HONORS VARCHAR2 (1)
Honors degree
PERSON_ID NUMBER (15) Yes Person 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 ORG_ID
,      PAST_HISTORY_ID
,      YEARS_OF_STUDY
,      SUBJECT_ID
,      HONORS
,      PERSON_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_AD_PAST_HISTORY_ALL;

Dependencies

[top of page]

IGS.IGS_AD_PAST_HISTORY_ALL does not reference any database object

IGS.IGS_AD_PAST_HISTORY_ALL is referenced by following:

SchemaAPPS
SynonymIGS_AD_PAST_HISTORY_ALL