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


VIEW: APPS.WIPFV_WIP_EMPLOYEE_LABOR_RATES

Object Details
Object Name: WIPFV_WIP_EMPLOYEE_LABOR_RATES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewWIP.WIPFV_WIP_EMPLOYEE_LABOR_RATES
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


This shows employee labor rate and labor rate effective date information. The employee labor rate is used when you charge a resource at an actual labor rate rather than the standard cost of the resource.


[View Source]

Columns
Name Datatype Length Mandatory Comments
EMPLOYEE_NAME VARCHAR2 (240)
START_EFFECTIVE_DATE DATE
Yes
HOURLY_LABOR_RATE NUMBER
Yes
ORGANIZATION_CODE VARCHAR2 (3)
ORGANIZATION_NAME VARCHAR2 (240) Yes
_DF CHAR (26)
EMPLOYEE_ID NUMBER
Yes
ORGANIZATION_ID NUMBER
Yes
CREATION_DATE DATE
Yes
CREATED_BY NUMBER
Yes
LAST_UPDATE_DATE DATE
Yes
LAST_UPDATED_BY NUMBER
Yes
Query Text

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


SELECT EMPLOYEE_NAME
,      START_EFFECTIVE_DATE
,      HOURLY_LABOR_RATE
,      ORGANIZATION_CODE
,      ORGANIZATION_NAME
,      _DF
,      EMPLOYEE_ID
,      ORGANIZATION_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
FROM APPS.WIPFV_WIP_EMPLOYEE_LABOR_RATES;

Dependencies

[top of page]

APPS.WIPFV_WIP_EMPLOYEE_LABOR_RATES references the following:

SchemaAPPS
SynonymHR_ALL_ORGANIZATION_UNITS
SynonymMTL_PARAMETERS
SynonymPER_ALL_PEOPLE_F
SynonymWIP_EMPLOYEE_LABOR_RATES
SynonymWIP_PARAMETERS

APPS.WIPFV_WIP_EMPLOYEE_LABOR_RATES is not referenced by any database object