[Home] [Help]
[Dependency Information]
| Object Name: | IGS_UC_COND_DETAILS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_UC_COND_DETAILS_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 ID | |
| CONDITION_CATEGORY | VARCHAR2 | (450) | Yes | Condition Category |
| CONDITION_NAME | VARCHAR2 | (450) | Yes | Condition Name |
| CONDITION_LINE | NUMBER | (3) | Yes | Condition Line |
| ABBREVIATION | VARCHAR2 | (10) | Abbreviation Code | |
| ABBREV_DESC | VARCHAR2 | (250) | Description of Abbreviation Code | |
| GRADE_MARK | VARCHAR2 | (10) | Value for Grade / Mark | |
| POINTS | VARCHAR2 | (10) | Value for Points | |
| SUBJECT | VARCHAR2 | (10) | Subject Code | |
| SUBJECT_DESC | VARCHAR2 | (300) | Description of Subject Code | |
| CONDITION_TEXT | VARCHAR2 | (60) | Condition Text | |
| CREATED_BY | NUMBER | (15) | Yes | Standard WHO column indicates who created this record |
| CREATION_DATE | DATE | Yes | Standard WHO column indicates when this record was created | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO column indicates who updated this record last |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO column indicates when this record was last updated | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO column |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, CONDITION_CATEGORY
, CONDITION_NAME
, CONDITION_LINE
, ABBREVIATION
, ABBREV_DESC
, GRADE_MARK
, POINTS
, SUBJECT
, SUBJECT_DESC
, CONDITION_TEXT
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_UC_COND_DETAILS_V;
APPS
IGS_UC_COND_DETAILS
IGS_UC_REF_CODES
IGS_UC_REF_OFF_ABRV
APPS.IGS_UC_COND_DETAILS_V is not referenced by any database object
|
|
|
|