[Home] [Help]
[Dependency Information]
| Object Name: | CZ_GRID_COLS |
|---|---|
| Object Type: | TABLE |
| Owner: | CZ |
| FND Design Data: | CZ.CZ_GRID_COLS
|
| Subobject Name: | |
| Status: | VALID |
This table is used to group explicit-compatibility grid cells into columns.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| GRID_ID | NUMBER | (9) | Yes | Associates an Explicity Compatibility definition with this record |
| GRID_COL_ID | NUMBER | (9) | Yes | Associates an Explicit Compatibility column with this record |
| PREV_GRID_COL_ID | NUMBER | (9) | Identifies the explicit-compatibility (grid) column that this column record follows | |
| DATA_TYPE | NUMBER | (9) | Yes | Data type of the associated value. 1 - number, 2 - yes/no, 4 - string |
| CREATION_DATE | DATE | Yes | Standard field recording the date this record was created | |
| LAST_UPDATE_DATE | DATE | Yes | Standard field recording the date/time this record was last updated | |
| DELETED_FLAG | VARCHAR2 | (1) | Yes | Standard flag; '0' indicates the record is active, '1' means deleted. Other values are reserved |
| EFF_FROM | DATE | UNUSED | ||
| EFF_TO | DATE | UNUSED | ||
| CREATED_BY | NUMBER | (15) | Yes | Standard field recording the ID of the user that created this record |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard field recording the ID of the user that last updated this record |
| SECURITY_MASK | VARCHAR2 | (40) | UNUSED | |
| EFF_MASK | VARCHAR2 | (40) | UNUSED | |
| CHECKOUT_USER | VARCHAR2 | (40) | UNUSED | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Records the login ID under which this record was last updated |
Cut, paste (and edit) the following text to query this object:
SELECT GRID_ID
, GRID_COL_ID
, PREV_GRID_COL_ID
, DATA_TYPE
, CREATION_DATE
, LAST_UPDATE_DATE
, DELETED_FLAG
, EFF_FROM
, EFF_TO
, CREATED_BY
, LAST_UPDATED_BY
, SECURITY_MASK
, EFF_MASK
, CHECKOUT_USER
, LAST_UPDATE_LOGIN
FROM CZ.CZ_GRID_COLS;
CZ.CZ_GRID_COLS does not reference any database object
CZ.CZ_GRID_COLS is referenced by following:
CZ
CZ_GRID_COLS#
|
|
|
|