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


TABLE: MSC.MSC_ALLOC_RULE_TIME_PHASES

Object Details
Object Name: MSC_ALLOC_RULE_TIME_PHASES
Object Type: TABLE
Owner: MSC
FND Design Data: TableMSC.MSC_ALLOC_RULE_TIME_PHASES
Subobject Name:
Status: VALID


This table describes the time-phased allocation rules


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MSC_ALLOC_RULE_TIME_PHASES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTIME_PHASE_ID
MSC_ALLOC_RULE_TIME_PHASES_U2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnALLOCATION_RULE_NAME
ColumnEFFECTIVE_DATE
ColumnDISABLE_DATE
Columns
Name Datatype Length Mandatory Comments
TIME_PHASE_ID NUMBER
Yes Time phase identifier
ALLOCATION_RULE_NAME VARCHAR2 (30) Yes Allocation rule name
EFFECTIVE_DATE DATE
Yes Date rule is effective form
DISABLE_DATE DATE
Yes Date that the rule gets disabled
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
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 TIME_PHASE_ID
,      ALLOCATION_RULE_NAME
,      EFFECTIVE_DATE
,      DISABLE_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM MSC.MSC_ALLOC_RULE_TIME_PHASES;

Dependencies

[top of page]

MSC.MSC_ALLOC_RULE_TIME_PHASES does not reference any database object

MSC.MSC_ALLOC_RULE_TIME_PHASES is referenced by following:

SchemaAPPS
Materialized ViewMSC_ITEM_HIERARCHY_MV
Materialized ViewMSC_RESOURCE_HIERARCHY_MV
SchemaMSC
ViewMSC_ALLOC_RULE_TIME_PHASES#