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


TABLE: PA.PA_CBS_HIERARCHY

Object Details
Object Name: PA_CBS_HIERARCHY
Object Type: TABLE
Owner: PA
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_CBS_HIERARCHY_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCBS_STRUCT_LEVEL_ID
Columns
Name Datatype Length Mandatory Comments
CBS_STRUCT_LEVEL_ID NUMBER (15) Yes Unique identifier of the CBS structure level.
CBS_HEADER_ID NUMBER (15) Yes Unique identifier of the CBS.
STRUCTURE_LEVEL NUMBER (15) Yes Structure Level of the corresponding cost category added to the CBS.
COST_CATEGORY VARCHAR2 (1000) Yes Accepted Cost category for the corresponding level of that CBS structure.
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.
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who Column.
RECORD_VERSION_NUMBER NUMBER (15) Yes Apps Standard for locking from HTML.
MEANING VARCHAR2 (240)
DESCRIPTION#1 VARCHAR2 (240)
Query Text

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


SELECT CBS_STRUCT_LEVEL_ID
,      CBS_HEADER_ID
,      STRUCTURE_LEVEL
,      COST_CATEGORY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      RECORD_VERSION_NUMBER
,      MEANING
,      DESCRIPTION#1
FROM PA.PA_CBS_HIERARCHY;

Dependencies

[top of page]

PA.PA_CBS_HIERARCHY does not reference any database object

PA.PA_CBS_HIERARCHY is referenced by following:

SchemaPA
ViewPA_CBS_HIERARCHY#