[Home] [Help]
[Dependency Information]
| Object Name: | PA_COST_BASE_EXP_TYPES |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_COST_BASE_EXP_TYPES
|
| Subobject Name: | |
| Status: | VALID |
PA_COST_BASE_EXP_TYPES stores relationships between cost bases
and expenditure types.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_COST_BASE_EXP_TYPES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
COST_PLUS_STRUCTURE
COST_BASE
COST_BASE_TYPE
EXPENDITURE_TYPE
|
| PA_COST_BASE_EXP_TYPES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
EXPENDITURE_TYPE
COST_BASE_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| 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 |
| EXPENDITURE_TYPE | VARCHAR2 | (30) | Yes | The name of the expenditure type that is based on 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_PLUS_STRUCTURE
, COST_BASE
, COST_BASE_TYPE
, EXPENDITURE_TYPE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM PA.PA_COST_BASE_EXP_TYPES;
PA.PA_COST_BASE_EXP_TYPES does not reference any database object
PA.PA_COST_BASE_EXP_TYPES is referenced by following:
PA
PA_COST_BASE_EXP_TYPES#
|
|
|
|