[Home] [Help]
[Dependency Information]
| Object Name: | WIP_NET_AVAILABLE_VIEW |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | WIP.WIP_NET_AVAILABLE_VIEW
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | Yes | Organization Identifier | |
| INVENTORY_ITEM_ID | NUMBER | Yes | Item Identifier | |
| ITEM_NUMBER | VARCHAR2 | (40) | Item number; Concatenated item segments | |
| DESCRIPTION | VARCHAR2 | (240) | Item description | |
| BUYER_EMPLOYEE_NUM | VARCHAR2 | (30) | Employee's number | |
| BUYER_NAME | VARCHAR2 | (240) | Employee's full name | |
| PLANNER_CODE | VARCHAR2 | (10) | Planner code | |
| PLANNING_MAKE_BUY_CODE | VARCHAR2 | (80) | Indicates whether item is planned as manufactured or purchased | |
| NO_OF_OPEN_REQUIREMENTS | NUMBER | Number of active jobs/schedules that require the component | ||
| REQUIRED_QUANTITY | NUMBER | Total required quantity across active jobs/schedules for the component | ||
| QUANTITY_ISSUED | NUMBER | Total quantity issued across active jobs/schedules for the component | ||
| QUANTITY_OPEN | NUMBER | Total open requirements across active jobs/schedules for the component | ||
| NETTABLE_QUANTITY_ON_HAND | NUMBER | Quantity on hand in nettable subinventories for the component | ||
| NONNETTABLE_QUANTITY_ON_HAND | NUMBER | Quantity on hand in nonnettable subinventories for the component | ||
| TOTAL_QUANTITY_ON_HAND | NUMBER | Total quantity on hand for the component | ||
| NET_AVAILABLE_QUANTITY | NUMBER | Difference between nettable quantity on hand and quantity open for the component |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, INVENTORY_ITEM_ID
, ITEM_NUMBER
, DESCRIPTION
, BUYER_EMPLOYEE_NUM
, BUYER_NAME
, PLANNER_CODE
, PLANNING_MAKE_BUY_CODE
, NO_OF_OPEN_REQUIREMENTS
, REQUIRED_QUANTITY
, QUANTITY_ISSUED
, QUANTITY_OPEN
, NETTABLE_QUANTITY_ON_HAND
, NONNETTABLE_QUANTITY_ON_HAND
, TOTAL_QUANTITY_ON_HAND
, NET_AVAILABLE_QUANTITY
FROM APPS.WIP_NET_AVAILABLE_VIEW;
APPS
HR_GENERAL
- show dependent code
HR_PERSON_NAME
- show dependent code
HR_SECURITY
- show dependent code
MFG_LOOKUPS
MTL_EMPLOYEES_VIEW
MTL_ITEM_FLEXFIELDS
MTL_ONHAND_QUANTITIES_DETAIL
MTL_SECONDARY_INVENTORIES
MTL_SYSTEM_ITEMS_B
WIP_DISCRETE_JOBS
WIP_REPETITIVE_SCHEDULES
WIP_REQUIREMENT_OPERATIONS
APPS.WIP_NET_AVAILABLE_VIEW is not referenced by any database object
|
|
|
|