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


TABLE: IGS.IGS_AD_APPL_ARP

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


IGS_AD_APPL_ARP is the table where all Application Review Profile related information corresponding to an application instance will be recorded. This is expected to be a 'high transaction' table.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_AD_APPL_ARP_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPL_ARP_ID
IGS_AD_APPL_ARP_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPL_REV_PROFILE_ID
IGS_AD_APPL_ARP_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPL_REVPROF_REVGR_ID
IGS_AD_APPL_ARP_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
ColumnADMISSION_APPL_NUMBER
ColumnNOMINATED_COURSE_CD
ColumnSEQUENCE_NUMBER
Columns
Name Datatype Length Mandatory Comments
APPL_ARP_ID NUMBER (15) Yes Unique Identifier of a Admission Application review profile.
PERSON_ID NUMBER (15) Yes This field describes the ID code of the person that the admission application is for.
ADMISSION_APPL_NUMBER NUMBER (2) Yes Identifies uniquely an admission application for a person
NOMINATED_COURSE_CD VARCHAR2 (6) Yes This field describes the course code of the course offering instance that the person is applying for admission to.
SEQUENCE_NUMBER NUMBER (6) Yes This field describes the unique identifier of an admission course application instance. The unique identifier is required to allow for preferences on location code attendance mode attendance type and unit set code
APPL_REV_PROFILE_ID NUMBER (15) Yes Unique Identifier of a Application Review Profile Review Group.
APPL_REVPROF_REVGR_ID NUMBER (15)
Unique Identifier of a Application Review Profile Review Group.
REQUEST_ID NUMBER (15)
Request identifier of last concurrent program to update this record
PROGRAM_APPLICATION_ID NUMBER (15)
Application identifier of last concurrent program to update this record.
PROGRAM_ID NUMBER (15)
Program identifier of last concurrent program to update this record
PROGRAM_UPDATE_DATE DATE

Last update date of this record by a concurrent program
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 APPL_ARP_ID
,      PERSON_ID
,      ADMISSION_APPL_NUMBER
,      NOMINATED_COURSE_CD
,      SEQUENCE_NUMBER
,      APPL_REV_PROFILE_ID
,      APPL_REVPROF_REVGR_ID
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_AD_APPL_ARP;

Dependencies

[top of page]

IGS.IGS_AD_APPL_ARP does not reference any database object

IGS.IGS_AD_APPL_ARP is referenced by following:

SchemaAPPS
SynonymIGS_AD_APPL_ARP