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


TABLE: JTF.JTF_TTY_ALIGNMENTS

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


Alignments are proposed territory models used by Sales Managers to find the best territory distribution that meets their business needs. This table stores basic Alignment information like Alignment name, Alignment owner, Total Proposed Quota, Alignment status, Activation date.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_TTY_ALIGNMENTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnALIGNMENT_ID
JTF_TTY_ALIGNMENTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnOWNER_RESOURCE_ID
Columns
Name Datatype Length Mandatory Comments
ALIGNMENT_ID NUMBER
Yes Unique Identifier
OBJECT_VERSION_NUMBER NUMBER
Yes Used for row locking when using HTML as a user interface
OWNER_RESOURCE_ID NUMBER
Yes Alignment owner Identifier. Foreign Key to JTF_RS_RESOURCE_EXTNS.
OWNER_RESOURCE_TYPE VARCHAR2 (30) Yes Resource Type of Alignment owner
ALIGNMENT_NAME VARCHAR2 (150) Yes Alignment name. Should be unique for an owner.
ALIGNMENT_STATUS VARCHAR2 (1) Yes Alignment status. Valid values are "P" for Planned and "A" for Activated.
ACTIVATED_ON DATE

Date on which the Alignment was last activated
IMPORTED_ON DATE

Date on which the proposed territory assignments for the Alignment were last uploaded from Excel into the database
TOTAL_PROPOSED_QUOTA NUMBER

Total Proposed Quota for the proposed territories in the Alignment
OWNER_QUOTA NUMBER

Proposed Quota for the Alignment owner
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
Query Text

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


SELECT ALIGNMENT_ID
,      OBJECT_VERSION_NUMBER
,      OWNER_RESOURCE_ID
,      OWNER_RESOURCE_TYPE
,      ALIGNMENT_NAME
,      ALIGNMENT_STATUS
,      ACTIVATED_ON
,      IMPORTED_ON
,      TOTAL_PROPOSED_QUOTA
,      OWNER_QUOTA
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM JTF.JTF_TTY_ALIGNMENTS;

Dependencies

[top of page]

JTF.JTF_TTY_ALIGNMENTS does not reference any database object

JTF.JTF_TTY_ALIGNMENTS is referenced by following:

SchemaAPPS
SynonymJTF_TTY_ALIGNMENTS