[Home] [Help]
[Dependency Information]
| Object Name: | BIS_BUSINESS_PLANS |
|---|---|
| Object Type: | TABLE |
| Owner: | BIS |
| FND Design Data: | BIS.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.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BIS_BUSINESS_PLANS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
PLAN_ID
|
| BIS_BUSINESS_PLANS_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
SHORT_NAME
|
| 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). |
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;
BIS.BIS_BUSINESS_PLANS does not reference any database object
BIS.BIS_BUSINESS_PLANS is referenced by following:
APPS
BIS_BUSINESS_PLANS
|
|
|
|