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


TABLE: IGS.IGP_AC_ACC_CLASSES

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

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGP_AC_ACC_CLASSES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnACC_CLASSIFICATION_ID
IGP_AC_ACC_CLASSES_U1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnACCOUNT_ID
ColumnACC_CLASSIFICATION_CODE
Columns
Name Datatype Length Mandatory Comments
ACC_CLASSIFICATION_ID NUMBER
Yes Sequence generated primary key.
ACCOUNT_ID NUMBER
Yes ID of the account.
ACC_CLASSIFICATION_CODE VARCHAR2 (30) Yes Stores the classification code of the account, e.g. Faculty, Staff, Student or External.
ACCESS_EXPIRATION_DATE DATE

Stores the expiration date of the account.
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
OBJECT_VERSION_NUMBER VARCHAR2 (240) Yes To store the object version number
Query Text

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


SELECT ACC_CLASSIFICATION_ID
,      ACCOUNT_ID
,      ACC_CLASSIFICATION_CODE
,      ACCESS_EXPIRATION_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
FROM IGS.IGP_AC_ACC_CLASSES;

Dependencies

[top of page]

IGS.IGP_AC_ACC_CLASSES does not reference any database object

IGS.IGP_AC_ACC_CLASSES is referenced by following:

SchemaAPPS
SynonymIGP_AC_ACC_CLASSES