[Home] [Help]
[Dependency Information]
| Object Name: | PA_COST_BASES |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_COST_BASES
|
| Subobject Name: | |
| Status: | VALID |
PA_COST_BASES stores implementation-defined groupings of expenditure
types. A cost base may be used for allocating burden costs to raw
costs, calculating fees, or other purposes.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_COST_BASES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
COST_BASE
COST_BASE_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COST_BASE | VARCHAR2 | (30) | Yes | The implementation-defined name that groups expenditure types and burden cost codes |
| COST_BASE_TYPE | VARCHAR2 | (30) | Yes | The type of the cost base |
| START_DATE_ACTIVE | DATE | Yes | First effective date of the cost base | |
| END_DATE_ACTIVE | DATE | Last effective date of the cost base | ||
| REPORT_SORT_ORDER | NUMBER | (15) | Yes | The cost base display sequence on the report |
| DESCRIPTION | VARCHAR2 | (250) | The description of 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_BASE_TYPE
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, REPORT_SORT_ORDER
, DESCRIPTION
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM PA.PA_COST_BASES;
PA.PA_COST_BASES does not reference any database object
PA.PA_COST_BASES is referenced by following:
PA
PA_COST_BASES#
|
|
|
|