[Home] [Help]
[Dependency Information]
Object Name: | JTF_USER_CUSTOM_GRIDS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
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.
MultiLingual view (a language resolved view of the data.)
All the spreadtable customizations that the current end user can access, this includes the ones he / she has created and all customizations defined as public.
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. |
TITLE_TEXT | VARCHAR2 | (80) | Yes | The translated title for a set of meta data. |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
OWNER | VARCHAR2 | (100) | Yes | Application username (what a user types in at the Oracle Applications sign-on screen) for the person who created this row. |
CUSTOM_GRID_NAME | VARCHAR2 | (80) | Yes | A user defined name for this particular set of customizations, unique within the current set of meta data and user. |
PUBLIC_FLAG | VARCHAR2 | (1) | Yes | Flag (T or F) indicating if this particular set of customizations should be available to everyone. |
Cut, paste (and edit) the following text to query this object:
SELECT CUSTOM_GRID_ID
, GRID_DATASOURCE_NAME
, TITLE_TEXT
, CREATED_BY
, OWNER
, CUSTOM_GRID_NAME
, PUBLIC_FLAG
FROM APPS.JTF_USER_CUSTOM_GRIDS;
APPS.JTF_USER_CUSTOM_GRIDS is not referenced by any database object
|
|
|