[Home] [Help]
[Dependency Information]
| Object Name: | JTF_GRID_SORT_COLS |
|---|---|
| Object Type: | TABLE |
| Owner: | JTF |
| FND Design Data: | JTF.JTF_GRID_SORT_COLS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| JTF_GRID_SORT_COLS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
GRID_DATASOURCE_NAME
ZD_EDITION_NAME
|
| JTF_GRID_SORT_COLS_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
GRID_SORT_COL_ALIAS1
|
| JTF_GRID_SORT_COLS_N2 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
GRID_SORT_COL_ALIAS2
|
| JTF_GRID_SORT_COLS_N3 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
GRID_SORT_COL_ALIAS3
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| GRID_DATASOURCE_NAME | VARCHAR2 | (30) | Yes | The unique name that identifies a set of meta data. |
| GRID_SORT_COL_ALIAS1 | VARCHAR2 | (30) | Yes | The first column that the data displayed in a spreadtable UI component will be sorted on (by default). |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| GRID_SORT_COL_ALIAS2 | VARCHAR2 | (30) | The second column that the data displayed in a spreadtable UI component will be sorted on (by default). | |
| GRID_SORT_COL_ALIAS3 | VARCHAR2 | (30) | The third column that the data displayed in a spreadtable UI component will be sorted on (by default). | |
| SECURITY_GROUP_ID | NUMBER | Security Group Id, used for hosting with VPD enabled | ||
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT GRID_DATASOURCE_NAME
, GRID_SORT_COL_ALIAS1
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, GRID_SORT_COL_ALIAS2
, GRID_SORT_COL_ALIAS3
, SECURITY_GROUP_ID
, ZD_EDITION_NAME
FROM JTF.JTF_GRID_SORT_COLS;
JTF.JTF_GRID_SORT_COLS does not reference any database object
JTF.JTF_GRID_SORT_COLS is referenced by following:
JTF
JTF_GRID_SORT_COLS#
|
|
|
|