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


TABLE: PA.PA_LABOR_MULTIPLIERS

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


PA_LABOR_MULTIPLIERS stores special multipliers
negotiated for a project or task. The multipliers are applied to
raw costs of labor items to determine revenue
and/or billing amounts. A labor multiplier takes
precedence over the standard bill rate schedules for a
project or task.
.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_LABOR_MULTIPLIERS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROJECT_ID
ColumnTASK_ID
ColumnSTART_DATE_ACTIVE
PA_LABOR_MULTIPLIERS_U7 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLABOR_MULTIPLIER_ID
PA_LABOR_MULTIPLIERS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnTASK_ID
ColumnSTART_DATE_ACTIVE
Columns
Name Datatype Length Mandatory Comments
PROJECT_ID NUMBER (15)
The identifier of the project for which the labor multiplier is entered
TASK_ID NUMBER (15)
The identifier of the task for which the labor multiplier is entered
LABOR_MULTIPLIER NUMBER (22) Yes The multiplier used to determine the revenue and/or billing for labor items. Raw revenue = (raw cost * labor multiplier)
START_DATE_ACTIVE DATE
Yes First effective date of the labor multiplier
END_DATE_ACTIVE DATE

Last effective date of the labor multiplier
CREATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who Column
LABOR_MULTIPLIER_ID NUMBER (15) Yes Uniquely identifies a labor multiplier.
RECORD_VERSION_NUMBER NUMBER (15)
Record Version Number
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PROJECT_ID
,      TASK_ID
,      LABOR_MULTIPLIER
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      LABOR_MULTIPLIER_ID
,      RECORD_VERSION_NUMBER
FROM PA.PA_LABOR_MULTIPLIERS;

Dependencies

[top of page]

PA.PA_LABOR_MULTIPLIERS does not reference any database object

PA.PA_LABOR_MULTIPLIERS is referenced by following:

SchemaPA
ViewPA_LABOR_MULTIPLIERS#