[Home] [Help]
[Dependency Information]
| Object Name: | PA_COMPILED_MULTIPLIERS |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_COMPILED_MULTIPLIERS
|
| Subobject Name: | |
| Status: | VALID |
PA_COMPILED_MULTIPLIERS stores build-up burden rates
to easily calculate burden amounts by multiplying the direct (raw)
cost and the compiled multiplier.
.
.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 40 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_COMPILED_MULTIPLIERS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
IND_COMPILED_SET_ID
COST_BASE_COST_CODE_ID
|
| PA_COMPILED_MULTIPLIERS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
IND_COMPILED_SET_ID
COST_BASE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| IND_COMPILED_SET_ID | NUMBER | (15) | Yes | The identifier of the compiled set |
| COST_BASE_COST_CODE_ID | NUMBER | (15) | Yes | The identifier of cost code used in the cost base |
| COST_BASE | VARCHAR2 | (30) | Yes | The name of the cost base, denormalized from PA_COST_BASE_COST_CODES. |
| IND_COST_CODE | VARCHAR2 | (30) | Yes | The name of the burden cost code, denormalized from PA_COST_BASE_COST_CODES |
| PRECEDENCE | NUMBER | (15) | Yes | The precedence of burden cost code within the cost base |
| COMPILED_MULTIPLIER | NUMBER | (22) | Yes | The build-up multiplier for the cost base, burden cost code, and compiled set according to the precedence |
| MULTIPLIER | NUMBER | (22) | Yes | The original multiplier defined in the burden schedule revision |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who Column |
| REQUEST_ID | NUMBER | (15) | Standard Who Column | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Standard Who Column | |
| PROGRAM_ID | NUMBER | (15) | Standard Who Column | |
| PROGRAM_UPDATE_DATE | DATE | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT IND_COMPILED_SET_ID
, COST_BASE_COST_CODE_ID
, COST_BASE
, IND_COST_CODE
, PRECEDENCE
, COMPILED_MULTIPLIER
, MULTIPLIER
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
FROM PA.PA_COMPILED_MULTIPLIERS;
PA.PA_COMPILED_MULTIPLIERS does not reference any database object
PA.PA_COMPILED_MULTIPLIERS is referenced by following:
APPS
PA_COMPILED_MULTIPLIERS
|
|
|
|