[Home] [Help]
[Dependency Information]
| Object Name: | PA_BURDEN_COST_MULTIPLIERS |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_BURDEN_COST_MULTIPLIERS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_BURDEN_COST_MULTIPLIERS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ORGANIZATION_ID
PROJECT_ID
TASK_ID
BURDEN_COST_CODE
START_DATE_ACTIVE
|
| PA_BURDEN_COST_MULTIPLIERS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PROJECT_ID
|
| PA_BURDEN_COST_MULTIPLIERS_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
TASK_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BURDEN_COST_CODE | VARCHAR2 | (30) | Yes | The burden cost code for which the multiplier is entered |
| 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 |
| MULTIPLIER | NUMBER | (22) | Yes | The multiplier used to determine an item's burden cost. Burden cost = raw cost * ( 1 + multiplier ) |
| START_DATE_ACTIVE | DATE | Yes | First effective date of the burden cost multiplier | |
| END_DATE_ACTIVE | DATE | Last effective date of the burden cost multiplier | ||
| PROJECT_ID | NUMBER | (15) | The identifier of the project to which the multiplier is assigned | |
| TASK_ID | NUMBER | (15) | The identifier of the task to which the multiplier is assigned | |
| ORGANIZATION_ID | NUMBER | (15) | The identifier of the organization to which the multiplier is assigned |
Cut, paste (and edit) the following text to query this object:
SELECT BURDEN_COST_CODE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, MULTIPLIER
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, PROJECT_ID
, TASK_ID
, ORGANIZATION_ID
FROM PA.PA_BURDEN_COST_MULTIPLIERS;
PA.PA_BURDEN_COST_MULTIPLIERS does not reference any database object
PA.PA_BURDEN_COST_MULTIPLIERS is referenced by following:
PA
PA_BURDEN_COST_MULTIPLIERS#
|
|
|
|