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


TABLE: ZPB.ZPB_SOLVE_INPUT_SELECTIONS

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


Stores the Input selections for the Line dimension members included in a business process instance


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ZPB_SOLVE_INPUT_SELECTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnANALYSIS_CYCLE_ID
ColumnMEMBER
ColumnDIMENSION
ColumnHIERARCHY
ColumnMEMBER_ORDER
ColumnSELECTION_NAME
ColumnSELECTION_PATH
ZPB_SOLVE_INPUT_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 a business process for which input selections for each of its dimensions are stored.
MEMBER VARCHAR2 (50) Yes Each line dimension member of a business process for which input is defined.
MEMBER_ORDER NUMBER
Yes The order in which the member is defined in the hierarchy.
DIMENSION VARCHAR2 (50) Yes Stores each dimension of every business process for which input is defined.
HIERARCHY VARCHAR2 (50) Yes Stores the hierarchy on which the input selections is been defined.
SELECTION_PATH VARCHAR2 (100)
Stores the path of the input selection defined in the refine selection page of the dimension.
SELECTION_NAME VARCHAR2 (100) Yes Stores the name of the input selection object which is as a result of defining input selection on a dimension.
PROPAGATED_FLAG VARCHAR2 (1) Yes Stores flag Y or N to denote whether the input selection is been propogated from other line member or not.
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
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
FROM ZPB.ZPB_SOLVE_INPUT_SELECTIONS;

Dependencies

[top of page]

ZPB.ZPB_SOLVE_INPUT_SELECTIONS does not reference any database object

ZPB.ZPB_SOLVE_INPUT_SELECTIONS is referenced by following:

SchemaAPPS
SynonymZPB_SOLVE_INPUT_SELECTIONS