[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AD_CODE_CLASSES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_AD_CODE_CLASSES_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) | ||
| MEANING | VARCHAR2 | (80) | Yes | |
| CLASS | VARCHAR2 | (30) | Yes | |
| CODE_ID | NUMBER | Yes | ||
| NAME | VARCHAR2 | (10) | Yes | |
| DESCRIPTION | VARCHAR2 | (30) | Yes | |
| CLOSED_IND | VARCHAR2 | (1) | Yes | |
| CREATED_BY | NUMBER | (15) | Yes | |
| CREATION_DATE | DATE | Yes | ||
| LAST_UPDATED_BY | NUMBER | (15) | Yes | |
| LAST_UPDATE_DATE | DATE | Yes | ||
| LAST_UPDATE_LOGIN | NUMBER | (15) | ||
| SYSTEM_STATUS | VARCHAR2 | (30) | The column is used to indicate the system satus with which the user-defined status is associated | |
| SYSTEM_STATUS_DESC | VARCHAR2 | (80) | System Status Description | |
| SYSTEM_DEFAULT | VARCHAR2 | (1) | The column is used to indicate if a particular code is the system default. Valid values can be 'Y' and 'N' | |
| CLASS_TYPE_CODE | VARCHAR2 | (30) | Yes | The qualifying type defined for the class |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, MEANING
, CLASS
, CODE_ID
, NAME
, DESCRIPTION
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SYSTEM_STATUS
, SYSTEM_STATUS_DESC
, SYSTEM_DEFAULT
, CLASS_TYPE_CODE
FROM APPS.IGS_AD_CODE_CLASSES_V;
APPS
IGS_AD_CODE_CLASSES
IGS_LOOKUP_VALUES
APPS
IGS_AD_IMP_024
- show dependent code
|
|
|
|