[Home] [Help]
[Dependency Information]
| Object Name: | PA_USAGE_COST_RATE_OVR_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_USAGE_COST_RATE_OVR_ALL
|
| Subobject Name: | |
| Status: | VALID |
PA_USAGE_COST_RATE_OVR_ALL stores special cost rates
for non-labor resources and owning organizations.
These cost rates override the cost rates defined for a
non-labor resource's expenditure type.
.
.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 3 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_USAGE_COST_RATE_OVERRIDE_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ORGANIZATION_ID
NON_LABOR_RESOURCE
START_DATE_ACTIVE
ORG_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NON_LABOR_RESOURCE | VARCHAR2 | (20) | Yes | The non-labor resource that is costed according to the usage cost rate override |
| ORGANIZATION_ID | NUMBER | (15) | Yes | The identifier of the organization that owns the resource |
| 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 |
| START_DATE_ACTIVE | DATE | Yes | First effective date of the usage cost rate override | |
| EXPENDITURE_TYPE | VARCHAR2 | (30) | Yes | The expenditure type of the non-labor resource |
| RATE | NUMBER | (22) | Yes | The cost rate used to determine the non-labor item's raw cost. Raw cost = (cost rate * quantity) |
| END_DATE_ACTIVE | DATE | Last effective date of the usage cost rate override | ||
| ORG_ID | NUMBER | (15) | Operating unit identifier for multi-organization installations |
Cut, paste (and edit) the following text to query this object:
SELECT NON_LABOR_RESOURCE
, ORGANIZATION_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, START_DATE_ACTIVE
, EXPENDITURE_TYPE
, RATE
, END_DATE_ACTIVE
, ORG_ID
FROM PA.PA_USAGE_COST_RATE_OVR_ALL;
PA.PA_USAGE_COST_RATE_OVR_ALL does not reference any database object
PA.PA_USAGE_COST_RATE_OVR_ALL is referenced by following:
PA
PA_USAGE_COST_RATE_OVR_ALL#
|
|
|
|