[Home] [Help]
[Dependency Information]
| Object Name: | IGP_AC_ACCOUNT_INTS |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGP_AC_ACCOUNT_INTS
|
| Subobject Name: | |
| Status: | VALID |
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.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGP_AC_ACCOUNT_INTS_PK | NORMAL | UNIQUE |
APPS_TS_INTERFACE
|
ITEM_KEY
|
| 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 |
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;
IGS.IGP_AC_ACCOUNT_INTS does not reference any database object
IGS.IGP_AC_ACCOUNT_INTS is referenced by following:
APPS
IGP_AC_ACCOUNT_INTS
|
|
|
|