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


TABLE: MST.MST_LOAD_SUMMARY

Object Details
Object Name: MST_LOAD_SUMMARY
Object Type: TABLE
Owner: MST
Subobject Name:
Status: VALID


Stores summary of the load assigned to carrier under contractual commitment


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MST_LOAD_SUMMARY_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCONTRACT_NUMBER
Columns
Name Datatype Length Mandatory Comments
RULE_ID NUMBER
Yes Primary Key. FK to fte_
CONTRACT_NUMBER NUMBER

If this rule is associated with any FTE contracts
PLAN_ID NUMBER

FK to mst_plans
PLAN_LOAD NUMBER

Number of load given in this plan
PLAN_WEIGHT NUMBER

Weight given in this plan
PLAN_AMOUNT NUMBER

Revenue Amount given in this plan
PERIOD_NUMBER NUMBER

1 to 12
PERIOD_YEAR NUMBER

Year of the Period
QUARTER_NUMBER NUMBER

1 to 4
WEEK_TO_DATE_LOAD NUMBER

Number of load given in this week so far
PERIOD_TO_DATE_LOAD NUMBER

Number of load given in this month so far
QUARTER_TO_DATE_LOAD NUMBER

Number of load given in this quarter so far
YEAR_TO_DATE_LOAD NUMBER

Number of load given in this year so far
WEEK_TO_DATE_WT NUMBER

Weight given in this week so far
PERIOD_TO_DATE_WT NUMBER

Weight given in this period so far
QUARTER_TO_DATE_WT NUMBER

Weight given in this quarter so far
YEAR_TO_DATE_WT NUMBER

Weight given in this quarter so far
WEEK_TO_DATE_AMT NUMBER

Revenue amount given in this week so far
PERIOD_TO_DATE_AMT NUMBER

Revenue amount given in this month so far
QUARTER_TO_DATE_AMT NUMBER

Revenue amount given in this quarter so far
YEAR_TO_DATE_AMT NUMBER

Revenue amount given in this year so far
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
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).
Query Text

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


SELECT RULE_ID
,      CONTRACT_NUMBER
,      PLAN_ID
,      PLAN_LOAD
,      PLAN_WEIGHT
,      PLAN_AMOUNT
,      PERIOD_NUMBER
,      PERIOD_YEAR
,      QUARTER_NUMBER
,      WEEK_TO_DATE_LOAD
,      PERIOD_TO_DATE_LOAD
,      QUARTER_TO_DATE_LOAD
,      YEAR_TO_DATE_LOAD
,      WEEK_TO_DATE_WT
,      PERIOD_TO_DATE_WT
,      QUARTER_TO_DATE_WT
,      YEAR_TO_DATE_WT
,      WEEK_TO_DATE_AMT
,      PERIOD_TO_DATE_AMT
,      QUARTER_TO_DATE_AMT
,      YEAR_TO_DATE_AMT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM MST.MST_LOAD_SUMMARY;

Dependencies

[top of page]

MST.MST_LOAD_SUMMARY does not reference any database object

MST.MST_LOAD_SUMMARY is referenced by following:

SchemaAPPS
SynonymMST_LOAD_SUMMARY