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


TABLE: AR.AR_CMGT_SCORE_WEIGHTS

Object Details
Object Name: AR_CMGT_SCORE_WEIGHTS
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.AR_CMGT_SCORE_WEIGHTS
Subobject Name:
Status: VALID


The AR_CMGT_SCORE_WEIGHTS table stores weights for each data point in a scoring model. Assigning the weights to a scoring model lets you determine the relative importance of the data point in the scoring model. The sum of all weights must equal 100.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AR_CMGT_SCORE_WEIGHTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSCORE_MODEL_ID
ColumnDATA_POINT_ID
Columns
Name Datatype Length Mandatory Comments
SCORE_MODEL_ID NUMBER (15) Yes Unique identifier for a scoring model.
DATA_POINT_ID NUMBER (15) Yes Unique identifier for a data point.
WEIGHT NUMBER

Relative weight of the data points in the scoring model.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated 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_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
Query Text

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


SELECT SCORE_MODEL_ID
,      DATA_POINT_ID
,      WEIGHT
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
FROM AR.AR_CMGT_SCORE_WEIGHTS;

Dependencies

[top of page]

AR.AR_CMGT_SCORE_WEIGHTS does not reference any database object

AR.AR_CMGT_SCORE_WEIGHTS is referenced by following:

SchemaAPPS
SynonymAR_CMGT_SCORE_WEIGHTS