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


TABLE: JTF.JTF_BIS_CHART_FUNCTIONS

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


This table is for storing the hyperlink information of each chart plug report.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_BIS_CHART_FUNCTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnFUNCTION_ID
Columns
Name Datatype Length Mandatory Comments
FUNCTION_ID NUMBER
Yes Function ID of the Chart Report
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER
Yes Standard who column - user who created 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_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
LINK_REPORT_FILE_NAME VARCHAR2 (30) Yes The file name of the report navigated from the Chart report
CHART_REPORT_FILE_NAME VARCHAR2 (30) Yes The file name of the Chart report
LINK_REPORT_ID VARCHAR2 (30) Yes The report ID of the report navigated from the Chart report
CHART_REPORT_ID VARCHAR2 (30) Yes The function name (report ID) of the Chart report
SECURITY_GROUP_ID NUMBER

Used to identify a Company/Subscriber in hosted solutions like CRM Online Services
APPLICATION_ID NUMBER

The Application Id of the Report
DISPLAY_SEQUENCE NUMBER (15)
The sequence in which you want to see the Charts
ENABLED_FLAG VARCHAR2 (1)
Enables or Disables the Charts
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT FUNCTION_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      LINK_REPORT_FILE_NAME
,      CHART_REPORT_FILE_NAME
,      LINK_REPORT_ID
,      CHART_REPORT_ID
,      SECURITY_GROUP_ID
,      APPLICATION_ID
,      DISPLAY_SEQUENCE
,      ENABLED_FLAG
FROM JTF.JTF_BIS_CHART_FUNCTIONS;

Dependencies

[top of page]

JTF.JTF_BIS_CHART_FUNCTIONS does not reference any database object

JTF.JTF_BIS_CHART_FUNCTIONS is referenced by following:

SchemaJTF
ViewJTF_BIS_CHART_FUNCTIONS#