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


TABLE: MSC.MSC_BIS_BUSINESS_PLANS

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


A business plan in this context is one of possibly many scenarios which set performance targets to particular values anticipated under that scenario.
The MSC_BIS_BUSINESS_PLANS table is a simple listing of business plans collected from source applications.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MSC_BIS_BISINESS_PLAN_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSR_INSTANCE_ID
ColumnBUSINESS_PLAN_ID
MSC_BIS_BUSINESS_PLANS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSHORT_NAME
ColumnSR_INSTANCE_ID
Columns
Name Datatype Length Mandatory Comments
BUSINESS_PLAN_ID NUMBER
Yes Business plan identifier
SR_INSTANCE_ID NUMBER
Yes Source application instance identifier
SHORT_NAME VARCHAR2 (30) Yes Short name of business plan
NAME VARCHAR2 (80) Yes Business plan name
DESCRIPTION VARCHAR2 (240)
Describe the business plan
VERSION_NO NUMBER
Yes Version number
CURRENT_PLAN_FLAG VARCHAR2 (1)
Yes/No flag indicating whether the plan is current
REFRESH_NUMBER NUMBER

Refresh number populated by the collection program
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
REQUEST_ID NUMBER

Concurrent Who column
PROGRAM_APPLICATION_ID NUMBER

Concurrent Who column
PROGRAM_ID NUMBER

Concurrent Who column
PROGRAM_UPDATE_DATE DATE

Concurrent Who column
Query Text

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


SELECT BUSINESS_PLAN_ID
,      SR_INSTANCE_ID
,      SHORT_NAME
,      NAME
,      DESCRIPTION
,      VERSION_NO
,      CURRENT_PLAN_FLAG
,      REFRESH_NUMBER
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM MSC.MSC_BIS_BUSINESS_PLANS;

Dependencies

[top of page]

MSC.MSC_BIS_BUSINESS_PLANS does not reference any database object

MSC.MSC_BIS_BUSINESS_PLANS is referenced by following:

SchemaAPPS
SynonymMSC_BIS_BUSINESS_PLANS