[Home] [Help]
[Dependency Information]
| Object Name: | WIP_BIS_PROD_VAL_EMP_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | WIP.WIP_BIS_PROD_VAL_EMP_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
Shows the average production per employee in an inventory organization.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INVENTORY_ITEM_ID | NUMBER | Yes | Inventory Item Identifier | |
| ORGANIZATION_ID | NUMBER | Yes | Organization Identifier | |
| ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | Organization Name |
| LEGAL_ENTITY | NUMBER | Legal Entity | ||
| QUANTITY | NUMBER | Quantity | ||
| PERIOD_SET_NAME | VARCHAR2 | (15) | Yes | Period Set Name |
| PERIOD_NAME | VARCHAR2 | (15) | Yes | Period Name |
| PERIOD_START_DATE | DATE | Yes | Period Start Date | |
| PERIOD_END_DATE | DATE | Yes | Period End Date | |
| ITEM_PRICE | NUMBER | Item Price | ||
| NUM_OF_EMP | NUMBER | Number of Employees |
Cut, paste (and edit) the following text to query this object:
SELECT INVENTORY_ITEM_ID
, ORGANIZATION_ID
, ORGANIZATION_NAME
, LEGAL_ENTITY
, QUANTITY
, PERIOD_SET_NAME
, PERIOD_NAME
, PERIOD_START_DATE
, PERIOD_END_DATE
, ITEM_PRICE
, NUM_OF_EMP
FROM APPS.WIP_BIS_PROD_VAL_EMP_V;
APPS
HR_GENERAL
- show dependent code
HR_SECURITY
- show dependent code
MRP_EPI
- show dependent code
MTL_MATERIAL_TRANSACTIONS
ORG_ACCT_PERIODS
ORG_ORGANIZATION_DEFINITIONS
WIP_BIS_COMMON
- show dependent code
APPS.WIP_BIS_PROD_VAL_EMP_V is not referenced by any database object
|
|
|
|