[Home] [Help]
[Dependency Information]
| Object Name: | PA_COST_BASE_COST_CODES |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_COST_BASE_COST_CODES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
COST_BASE_COST_CODE_ID
|
| PA_COST_BASE_COST_CODES_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
COST_PLUS_STRUCTURE
COST_BASE
COST_BASE_TYPE
IND_COST_CODE
|
| 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 |
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;
PA.PA_COST_BASE_COST_CODES does not reference any database object
PA.PA_COST_BASE_COST_CODES is referenced by following:
APPS
PA_COST_BASE_COST_CODES
|
|
|
|