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


TABLE: IGS.IGS_AD_APPL_HIST_ALL

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


IGS_AD_APPL_HIST_ALL describes history of changes to admission
application.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_AD_APPL_HIST_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
ColumnADMISSION_APPL_NUMBER
ColumnHIST_START_DT
Columns
Name Datatype Length Mandatory Comments
PERSON_ID NUMBER (15) Yes Describes the ID of the person that the admission application is for
ADMISSION_APPL_NUMBER NUMBER (2) Yes Identifies uniquely an admission application for a person
ORG_ID NUMBER (15)
Operating unit identifier
HIST_START_DT DATE
Yes The effective start date or time of the history record
HIST_END_DT DATE
Yes The effective end date or time of the history record
HIST_WHO NUMBER (15) Yes The Oracle username of the person who created the history record
APPL_DT DATE

Describes the date the admission application was made
ACAD_CAL_TYPE VARCHAR2 (10)
Describes the academic calendar type to which the admission application applies
ACAD_CI_SEQUENCE_NUMBER NUMBER (6)
Describes the academic calendar sequence number that the admission application is for
ADM_CAL_TYPE VARCHAR2 (10)
Describes the admission calendar type that the admission application is for
ADM_CI_SEQUENCE_NUMBER NUMBER (6)
Describes the admission calendar sequence number that the admission application is for
ADMISSION_CAT VARCHAR2 (10)
Describes the institution-defined admission category of the admission application
S_ADMISSION_PROCESS_TYPE VARCHAR2 (10)
Describes the system-defined admission process type of the admission application
ADM_APPL_STATUS VARCHAR2 (10)
Describes the institution-defined application status of the admission application
ADM_FEE_STATUS VARCHAR2 (10)
Describes the institution-defined fee status of the admission application
TAC_APPL_IND VARCHAR2 (1)
Describes whether or not the application has been made via the tertiary admission center
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 PERSON_ID
,      ADMISSION_APPL_NUMBER
,      ORG_ID
,      HIST_START_DT
,      HIST_END_DT
,      HIST_WHO
,      APPL_DT
,      ACAD_CAL_TYPE
,      ACAD_CI_SEQUENCE_NUMBER
,      ADM_CAL_TYPE
,      ADM_CI_SEQUENCE_NUMBER
,      ADMISSION_CAT
,      S_ADMISSION_PROCESS_TYPE
,      ADM_APPL_STATUS
,      ADM_FEE_STATUS
,      TAC_APPL_IND
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_AD_APPL_HIST_ALL;

Dependencies

[top of page]

IGS.IGS_AD_APPL_HIST_ALL does not reference any database object

IGS.IGS_AD_APPL_HIST_ALL is referenced by following:

SchemaAPPS
SynonymIGS_AD_APPL_HIST_ALL