[Home] [Help]
[Dependency Information]
Object Name: | JTF_CUSTOM_GRID_COLS |
---|---|
Object Type: | TABLE |
Owner: | JTF |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
JTF_CUSTOM_GRID_COLS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CUSTOM_GRID_ID | NUMBER | Yes | Unique customization identifier. | |
GRID_DATASOURCE_NAME | VARCHAR2 | (30) | Yes | The unique name that identifies a set of meta data. |
GRID_COL_ALIAS | VARCHAR2 | (30) | Yes | A unique alias within the current set of meta data for a database view column. |
SORT_ASC_BY_DEFAULT_FLAG | VARCHAR2 | (1) | Yes | Flag indicating whether the end user has chosen the sort order to be ascending or descendingt. |
VISIBLE_FLAG | VARCHAR2 | (1) | Yes | Flag indicating whether the column should be displayed or not. |
DISPLAY_SEQ | NUMBER | (3) | Yes | The end user defined sequence that the columns will be displayed in. |
DISPLAY_HSIZE | NUMBER | (6) | Yes | The display width of the column in pixels. |
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). | |
LABEL_TEXT | VARCHAR2 | (80) | The Header Label for a column shown in a spreadtable UI component. | |
SECURITY_GROUP_ID | NUMBER | Security Group Id, used for hosting with VPD enabled |
Cut, paste (and edit) the following text to query this object:
SELECT CUSTOM_GRID_ID
, GRID_DATASOURCE_NAME
, GRID_COL_ALIAS
, SORT_ASC_BY_DEFAULT_FLAG
, VISIBLE_FLAG
, DISPLAY_SEQ
, DISPLAY_HSIZE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, LABEL_TEXT
, SECURITY_GROUP_ID
FROM JTF.JTF_CUSTOM_GRID_COLS;
JTF.JTF_CUSTOM_GRID_COLS does not reference any database object
JTF.JTF_CUSTOM_GRID_COLS is referenced by following:
|
|
|