DBA Data[Home] [Help] [Dependency Information]


TABLE: JTF.JTF_CUSTOM_GRID_COLS

Object Details
Object Name: JTF_CUSTOM_GRID_COLS
Object Type: TABLE
Owner: JTF
FND Design Data: TableJTF.JTF_CUSTOM_GRID_COLS
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_CUSTOM_GRID_COLS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCUSTOM_GRID_ID
ColumnGRID_DATASOURCE_NAME
ColumnGRID_COL_ALIAS
Columns
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
Query Text

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;

Dependencies

[top of page]

JTF.JTF_CUSTOM_GRID_COLS does not reference any database object

JTF.JTF_CUSTOM_GRID_COLS is referenced by following:

SchemaAPPS
SynonymJTF_CUSTOM_GRID_COLS