[Home] [Help]
[Dependency Information]
| Object Name: | AX_DISTRIB_PLANS |
|---|---|
| Object Type: | TABLE |
| Owner: | AX |
| FND Design Data: | AX.AX_DISTRIB_PLANS
|
| Subobject Name: | |
| Status: | VALID |
This table stores information about the distribution plans of a
translation scheme. It contains a row for each distribution plan.
Each row includes the name of the distribution plan, its type (LINE,
SINGLE or ARRAY) and the nature of the plan.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
SET_OF_BOOKS_ID
APPLICATION_ID
TRANSLATION_SCHEME
PLAN_NAME| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AX_DISTRIB_PLANS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SET_OF_BOOKS_ID
APPLICATION_ID
TRANSLATION_SCHEME
PLAN_NAME
|
| Table | |
Foreign Table | Foreign Key Column | AX_DISTRIB_PLANS | ![]() |
AX_TRANS_SCHEMES
|
AX_DISTRIB_PLANS
SET_OF_BOOKS_ID
AX_DISTRIB_PLANS APPLICATION_ID AX_DISTRIB_PLANS TRANSLATION_SCHEME |
AX_STRUCTURES
|
![]() |
AX_DISTRIB_PLANS |
AX_STRUCTURES
SET_OF_BOOKS_ID
AX_STRUCTURES APPLICATION_ID AX_STRUCTURES TRANSLATION_SCHEME AX_STRUCTURES PLAN_NAME |
|---|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SET_OF_BOOKS_ID | NUMBER | Yes | Set of books identifier | |
| APPLICATION_ID | NUMBER | Yes | Application identifier | |
| TRANSLATION_SCHEME | VARCHAR2 | (30) | Yes | Translation scheme name |
| PLAN_NAME | VARCHAR2 | (30) | Yes | Distribution plan name |
| 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 | ||
| PLAN_TYPE | VARCHAR2 | (30) | Yes | Type of plan |
| CR_DR_FLAG | VARCHAR2 | (1) | Yes | Distribution plan nature |
Cut, paste (and edit) the following text to query this object:
SELECT SET_OF_BOOKS_ID
, APPLICATION_ID
, TRANSLATION_SCHEME
, PLAN_NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, PLAN_TYPE
, CR_DR_FLAG
FROM AX.AX_DISTRIB_PLANS;
AX.AX_DISTRIB_PLANS does not reference any database object
AX.AX_DISTRIB_PLANS is referenced by following:
AX
AX_DISTRIB_PLANS#
|
|
|
|