[Home] [Help]
[Dependency Information]
Object Name: | PA_IND_COST_MULTIPLIERS |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PA_IND_COST_MULTIPLIERS stores the burden cost
multipliers or a burden schedule revision
to be applied to direct (raw) costs. In
additive cost plus structures, they are applied
without any order or precedence. In precedence
cost plus structures, they are applied in a order and
are used to build up a precedence of burdened costs.
.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_IND_COST_MULTIPLIERS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
IND_RATE_SCH_REVISION_ID | NUMBER | (15) | Yes | The identifier of the burden schedule revision that uses the burden multiplier |
ORGANIZATION_ID | NUMBER | (15) | Yes | The identifier of the organization that uses the burden multiplier |
IND_COST_CODE | VARCHAR2 | (30) | Yes | The identifier of the burden cost code that uses the burden multiplier |
MULTIPLIER | NUMBER | (22) | Yes | The amount of the burden multiplier |
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 |
READY_TO_COMPILE_FLAG | VARCHAR2 | (1) | Flag to indicate that cost multiplier s are ready for compilation |
Cut, paste (and edit) the following text to query this object:
SELECT IND_RATE_SCH_REVISION_ID
, ORGANIZATION_ID
, IND_COST_CODE
, MULTIPLIER
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_LOGIN
, READY_TO_COMPILE_FLAG
FROM PA.PA_IND_COST_MULTIPLIERS;
PA.PA_IND_COST_MULTIPLIERS does not reference any database object
PA.PA_IND_COST_MULTIPLIERS is referenced by following:
|
|
|