[Home] [Help]
[Dependency Information]
Object Name: | JTF_TTY_ACCT_METRICS |
---|---|
Object Type: | TABLE |
Owner: | JTF |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
JTF_TTY_ACCT_METRICS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
JTF_TTY_ACCT_METRICS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
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. |
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;
JTF.JTF_TTY_ACCT_METRICS does not reference any database object
JTF.JTF_TTY_ACCT_METRICS is referenced by following:
|
|
|