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


TABLE: AX.AX_DISTRIB_PLANS

Object Details
Object Name: AX_DISTRIB_PLANS
Object Type: TABLE
Owner: AX
FND Design Data: TableAX.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: AX_DISTRIB_PLANS_PK
  1. ColumnSET_OF_BOOKS_ID
  2. ColumnAPPLICATION_ID
  3. ColumnTRANSLATION_SCHEME
  4. ColumnPLAN_NAME
Indexes
Index Type Uniqueness Tablespace Column
AX_DISTRIB_PLANS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSET_OF_BOOKS_ID
ColumnAPPLICATION_ID
ColumnTRANSLATION_SCHEME
ColumnPLAN_NAME
Foreign Keys
Table
Foreign Table Foreign Key Column
AX_DISTRIB_PLANS AX_DISTRIB_PLANS_FK1 TableAX_TRANS_SCHEMES AX_DISTRIB_PLANS SET_OF_BOOKS_ID
AX_DISTRIB_PLANS APPLICATION_ID
AX_DISTRIB_PLANS TRANSLATION_SCHEME
TableAX_STRUCTURES AX_STRUCTURES_FK1 AX_DISTRIB_PLANS AX_STRUCTURES SET_OF_BOOKS_ID
AX_STRUCTURES APPLICATION_ID
AX_STRUCTURES TRANSLATION_SCHEME
AX_STRUCTURES PLAN_NAME
Columns
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
Query Text

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;

Dependencies

[top of page]

AX.AX_DISTRIB_PLANS does not reference any database object

AX.AX_DISTRIB_PLANS is referenced by following:

SchemaAPPS
SynonymAX_DISTRIB_PLANS