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


TABLE: ZPB.ZPB_SOLVE_OUTPUT_SELECTIONS

Object Details
Object Name: ZPB_SOLVE_OUTPUT_SELECTIONS
Object Type: TABLE
Owner: ZPB
Subobject Name:
Status: VALID


This table contains business process output selections. This table corresponds to Input/Output selections page part of Solve train invoked during creation/updation of a Business Process instance.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ZPB_SOLVE_OUTPUT_SELECTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnANALYSIS_CYCLE_ID
ColumnMEMBER
ColumnDIMENSION
ColumnHIERARCHY
ColumnSELECTION_NAME
ColumnSELECTION_PATH
ColumnMEMBER_ORDER
ZPB_SOLVE_OUTPUT_SELECTIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnANALYSIS_CYCLE_ID
ColumnMEMBER
ColumnDIMENSION
ColumnHIERARCHY
Columns
Name Datatype Length Mandatory Comments
ANALYSIS_CYCLE_ID NUMBER
Yes Unique identifier of the business process , of which the output selections are defined.
MEMBER VARCHAR2 (50) Yes Line dimension members for which the output selections are defined.
MEMBER_ORDER NUMBER
Yes Order in which the members of a dimension are defined in the hierarchy.
DIMENSION VARCHAR2 (50) Yes Dimensions of business process on which the output selections are defined.
HIERARCHY VARCHAR2 (50) Yes Hierarchy in which the output selection is been defined for business process.
SELECTION_PATH VARCHAR2 (100)
The path where the output selection is been defined for dimension of a business process.
SELECTION_NAME VARCHAR2 (100)
The name of the object where the output selections is been defined.
PROPAGATED_FLAG VARCHAR2 (1)
Stores flag Y or N to denote whether the output selection is been propogated from other line member or not.
MATCH_INPUT_FLAG VARCHAR2 (1)
Flag indicating whether the output selection is same as input selection.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
CREATION_DATE DATE
Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
Query Text

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


SELECT ANALYSIS_CYCLE_ID
,      MEMBER
,      MEMBER_ORDER
,      DIMENSION
,      HIERARCHY
,      SELECTION_PATH
,      SELECTION_NAME
,      PROPAGATED_FLAG
,      MATCH_INPUT_FLAG
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
FROM ZPB.ZPB_SOLVE_OUTPUT_SELECTIONS;

Dependencies

[top of page]

ZPB.ZPB_SOLVE_OUTPUT_SELECTIONS does not reference any database object

ZPB.ZPB_SOLVE_OUTPUT_SELECTIONS is referenced by following:

SchemaAPPS
SynonymZPB_SOLVE_OUTPUT_SELECTIONS