DBA Data[Home] [Help] [Dependency Information]


TABLE: PA.PA_BURDEN_COST_MULTIPLIERS

Object Details
Object Name: PA_BURDEN_COST_MULTIPLIERS
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_BURDEN_COST_MULTIPLIERS
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_BURDEN_COST_MULTIPLIERS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnORGANIZATION_ID
ColumnPROJECT_ID
ColumnTASK_ID
ColumnBURDEN_COST_CODE
ColumnSTART_DATE_ACTIVE
PA_BURDEN_COST_MULTIPLIERS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROJECT_ID
PA_BURDEN_COST_MULTIPLIERS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnTASK_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

PA.PA_BURDEN_COST_MULTIPLIERS does not reference any database object

PA.PA_BURDEN_COST_MULTIPLIERS is referenced by following:

SchemaAPPS
SynonymPA_BURDEN_COST_MULTIPLIERS