[Home] [Help]
[Dependency Information]
Object Name: | WIPBV_WIP_EMPLOYEE_LABOR_RATES |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
WIP_PAC_PERIOD_BALANCES stores the WIP balances for all entities withina cost group by period. Values are stored by WIP_ENTITY_ID, LINE_IDand OPERATION_SEQ_NUM. The IN columns represent value charged to theentity by material issues, resource charges or overhead charges. TheOUT columns represent the value relieved from the entity by scrap orcompletions. The VAR columns usually represent the difference betweenIN and OUT columns and are updated during period close for repetitiveschedule and during job close for discrete jobs. For repetitiveschedules, the values are stored at the repetitive line level byaggregating the charges by operation for every schedule. TheOPERATION_COMPLETED_UNITS represents the quantity of assembly unitsthat have moved past an operation. RELIEVED_ASSEMBLY_UNITS representthe quantity of assembly units that are relieved from the operation byvirtue of completion or scraps.
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 | |
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 |
Cut, paste (and edit) the following text to query this object:
SELECT EMPLOYEE_NAME
, START_EFFECTIVE_DATE
, HOURLY_LABOR_RATE
, ORGANIZATION_CODE
, ORGANIZATION_NAME
, EMPLOYEE_ID
, ORGANIZATION_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM APPS.WIPBV_WIP_EMPLOYEE_LABOR_RATES;
APPS.WIPBV_WIP_EMPLOYEE_LABOR_RATES is not referenced by any database object
|
|
|