[Home] [Help]
[Dependency Information]
| Object Name: | IGS_GE_MEASUREMENT |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_GE_MEASUREMENT
|
| Subobject Name: | |
| Status: | VALID |
IGS_GE_MEASUREMENT describes measurements
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_GE_MEASUREMENT_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
MEASUREMENT_CD
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MEASUREMENT_CD | VARCHAR2 | (10) | Yes | An institution defined size for an academic gown or hat, used for conferral ceremonies. For example, XL, L, M, S. |
| DESCRIPTION | VARCHAR2 | (60) | Yes | An explanation of the institution defined academic gown or hat size. |
| MEASUREMENT_TYPE | VARCHAR2 | (10) | Yes | This institution-defined academic dress type. For example, gown, hat. |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Indicates and specifies if or not the measurement is closed. Selecting the checkbox to checked the measurement, making it unavailable for use in new or modified graduand award ceremony enteres in GRDF4210. |
| 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 MEASUREMENT_CD
, DESCRIPTION
, MEASUREMENT_TYPE
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_GE_MEASUREMENT;
IGS.IGS_GE_MEASUREMENT does not reference any database object
IGS.IGS_GE_MEASUREMENT is referenced by following:
APPS
IGS_GE_MEASUREMENT
|
|
|
|