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


TABLE: PA.PA_LABOR_COST_MULTIPLIERS

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


PA_LABOR_COST_MULTIPLIERS stores multipliers that are
used to determine premium hourly cost rates for
overtime overtime expenditure items.
PREMIUM COST RATE = (RAW COST RATE x LABOR COST MULTIPLIER)
See the Overtime essay in the Oracle Projects
User's Guide for more
information about using labor cost multipliers
to process overtime hours.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 3
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_LABOR_COST_MULTIPLIERS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLABOR_COST_MULTIPLIER_NAME
ColumnSTART_DATE_ACTIVE
Columns
Name Datatype Length Mandatory Comments
LABOR_COST_MULTIPLIER_NAME VARCHAR2 (20) Yes Implementation-defined name that uniquely identifies the labor cost multiplier
START_DATE_ACTIVE DATE
Yes First effective date of the labor cost multiplier
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 the cost of premium labor items
END_DATE_ACTIVE DATE

Last effective date of the labor cost multiplier
Query Text

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


SELECT LABOR_COST_MULTIPLIER_NAME
,      START_DATE_ACTIVE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      MULTIPLIER
,      END_DATE_ACTIVE
FROM PA.PA_LABOR_COST_MULTIPLIERS;

Dependencies

[top of page]

PA.PA_LABOR_COST_MULTIPLIERS does not reference any database object

PA.PA_LABOR_COST_MULTIPLIERS is referenced by following:

SchemaPA
ViewPA_LABOR_COST_MULTIPLIERS#