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


TABLE: BIS.BIS_BUSINESS_PLANS

Object Details
Object Name: BIS_BUSINESS_PLANS
Object Type: TABLE
Owner: BIS
FND Design Data: TableBIS.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 BIS_BUSINESS_PLANS table is a simple listing of business plans.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BIS_BUSINESS_PLANS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnPLAN_ID
BIS_BUSINESS_PLANS_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSHORT_NAME
Columns
Name Datatype Length Mandatory Comments
PLAN_ID NUMBER
Yes Business plan ID
SHORT_NAME VARCHAR2 (30) Yes Short Name for the business plan
VERSION_NO NUMBER
Yes VERSION_NO
CURRENT_PLAN_FLAG VARCHAR2 (1)
CURRENT_PLAN_FLAG
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER
Yes Standard who column - user who created 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_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER

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 PLAN_ID
,      SHORT_NAME
,      VERSION_NO
,      CURRENT_PLAN_FLAG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM BIS.BIS_BUSINESS_PLANS;

Dependencies

[top of page]

BIS.BIS_BUSINESS_PLANS does not reference any database object

BIS.BIS_BUSINESS_PLANS is referenced by following:

SchemaAPPS
SynonymBIS_BUSINESS_PLANS