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


TABLE: PA.PA_COST_BASE_COST_CODES

Object Details
Object Name: PA_COST_BASE_COST_CODES
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_COST_BASE_COST_CODES
Subobject Name:
Status: VALID


PA_COST_BASE_COST_CODES stores relationships between cost bases and
burden cost codes. These relationships define which burden cost
codes are included in a cost base.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_COST_BASE_COST_CODES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOST_BASE_COST_CODE_ID
PA_COST_BASE_COST_CODES_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOST_PLUS_STRUCTURE
ColumnCOST_BASE
ColumnCOST_BASE_TYPE
ColumnIND_COST_CODE
Columns
Name Datatype Length Mandatory Comments
COST_BASE_COST_CODE_ID NUMBER (15) Yes The system-generated number that uniquely identifies the cost base and burden cost code
COST_PLUS_STRUCTURE VARCHAR2 (30) Yes The name of the burden structure
COST_BASE VARCHAR2 (30) Yes The name of the cost base
COST_BASE_TYPE VARCHAR2 (30) Yes The type of the cost base
IND_COST_CODE VARCHAR2 (30) Yes The name of the burden cost code which is based on the cost base
PRECEDENCE NUMBER (15) Yes The build-up precedence of the burden cost code within the cost base
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
Query Text

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


SELECT COST_BASE_COST_CODE_ID
,      COST_PLUS_STRUCTURE
,      COST_BASE
,      COST_BASE_TYPE
,      IND_COST_CODE
,      PRECEDENCE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM PA.PA_COST_BASE_COST_CODES;

Dependencies

[top of page]

PA.PA_COST_BASE_COST_CODES does not reference any database object

PA.PA_COST_BASE_COST_CODES is referenced by following:

SchemaAPPS
SynonymPA_COST_BASE_COST_CODES