[Home] [Help]
[Dependency Information]
| Object Name: | AS_INTEREST_STATUSES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AS.AS_INTEREST_STATUSES_V
|
| 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.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row identifier | |
| INTEREST_TYPE_ID | NUMBER | Yes | identifier for tpe of the interest item | |
| INTEREST_STATUS_CODE | VARCHAR2 | (30) | Yes | Code identifing status of interest item. |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard who column | |
| CREATION_DATE | DATE | Yes | Standard who column | |
| CREATED_BY | NUMBER | Yes | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | Yes | Standard who column | |
| ENABLED_FLAG | VARCHAR2 | (1) | Yes | Active/Inactive? |
| INTEREST_STATUS | VARCHAR2 | (80) | Yes | Status of interest item |
| DESCRIPTION | VARCHAR2 | (240) | Description of status of item of interest |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, INTEREST_TYPE_ID
, INTEREST_STATUS_CODE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, ENABLED_FLAG
, INTEREST_STATUS
, DESCRIPTION
FROM APPS.AS_INTEREST_STATUSES_V;
APPS
AS_INTEREST_STATUSES
AS_LOOKUPS
APPS.AS_INTEREST_STATUSES_V is not referenced by any database object
|
|
|
|