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


TABLE: JTF.JTF_TTY_ACCT_METRICS

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


For each Named Account, this table stores the Alignment metric values. The Alignment metric can be identified using METRIC_LOOKUP_TYPE and METRIC_LOOKUP_CODE.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_TTY_ACCT_METRICS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnNAMED_ACCT_METRIC_ID
JTF_TTY_ACCT_METRICS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnNAMED_ACCOUNT_ID
Columns
Name Datatype Length Mandatory Comments
NAMED_ACCT_METRIC_ID NUMBER
Yes Unique Identifier
OBJECT_VERSION_NUMBER NUMBER
Yes Used for row locking when using HTML as a user interface
NAMED_ACCOUNT_ID NUMBER
Yes Named Account Identifier. Foreign Key to JTF_TTY_NAMED_ACCTS.
METRIC_LOOKUP_TYPE VARCHAR2 (30) Yes Lookup Type used for storing Alignment Metric Codes
METRIC_LOOKUP_CODE VARCHAR2 (30) Yes Alignment Metric Code
METRIC_VALUE NUMBER

Alignment Metric value of the Named Account
CREATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
PROGRAM_ID NUMBER

Concurrent Program Who column. Identifier of the Oracle Applications Concurrent Program that last updated this row.
PROGRAM_LOGIN_ID NUMBER

Concurrent Program Who column. Login Identifier of the Oracle Applications Concurrent Program.
PROGRAM_APPLICATION_ID NUMBER

Concurrent Program Who column. Application Identifier of the program that last updated this row.
REQUEST_ID NUMBER

Concurrent Program Who column. Concurrent Request Identifier of the program that last updated this row.
Query Text

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


SELECT NAMED_ACCT_METRIC_ID
,      OBJECT_VERSION_NUMBER
,      NAMED_ACCOUNT_ID
,      METRIC_LOOKUP_TYPE
,      METRIC_LOOKUP_CODE
,      METRIC_VALUE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      PROGRAM_ID
,      PROGRAM_LOGIN_ID
,      PROGRAM_APPLICATION_ID
,      REQUEST_ID
FROM JTF.JTF_TTY_ACCT_METRICS;

Dependencies

[top of page]

JTF.JTF_TTY_ACCT_METRICS does not reference any database object

JTF.JTF_TTY_ACCT_METRICS is referenced by following:

SchemaAPPS
SynonymJTF_TTY_ACCT_METRICS