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


VIEW: APPS.JTF_USER_CUSTOM_GRIDS

Object Details
Object Name: JTF_USER_CUSTOM_GRIDS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewJTF.JTF_USER_CUSTOM_GRIDS
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.

View Type

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.


[View Source]

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.
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.
Query Text

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;

Dependencies

[top of page]

APPS.JTF_USER_CUSTOM_GRIDS references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
SynonymFND_USER
SynonymJTF_CUSTOM_GRIDS
SynonymJTF_GRID_DATASOURCES_TL

APPS.JTF_USER_CUSTOM_GRIDS is not referenced by any database object