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


TABLE: IGS.IGP_AC_ACCOUNT_INTS

Object Details
Object Name: IGP_AC_ACCOUNT_INTS
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGP_AC_ACCOUNT_INTS
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_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGP_AC_ACCOUNT_INTS_PK NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnITEM_KEY
Columns
Name Datatype Length Mandatory Comments
ITEM_KEY VARCHAR2 (240) Yes Item key of the workflow process submitted for the approval of the account creation request.
INT_ACCOUNT_ID NUMBER
Yes Account Id, Sequence generated.
PARTY_ID NUMBER (15) Yes Unique identifier of the person holding 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.
USER_ID NUMBER (15)
User id of the fnd_user associated with the party
USER_NAME VARCHAR2 (100)
User Name of the fnd_user associated with the party
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 ITEM_KEY
,      INT_ACCOUNT_ID
,      PARTY_ID
,      ACC_CLASSIFICATION_CODE
,      ACCESS_EXPIRATION_DATE
,      USER_ID
,      USER_NAME
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGP_AC_ACCOUNT_INTS;

Dependencies

[top of page]

IGS.IGP_AC_ACCOUNT_INTS does not reference any database object

IGS.IGP_AC_ACCOUNT_INTS is referenced by following:

SchemaAPPS
SynonymIGP_AC_ACCOUNT_INTS