[Home] [Help]
[Dependency Information]
| Object Name: | OPI_WMS_OP_PLAN_NAME_LVL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
An Operation Plan is a sequence of Operations detailing the planned movement of material within the warehouse facility.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | NUMBER | Yes | Unique Identifier for the operation plan | |
| VALUE | VARCHAR2 | (255) | Yes | Operation plan name |
| ORG_ID | NUMBER | Organization Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, VALUE
, ORG_ID
FROM APPS.OPI_WMS_OP_PLAN_NAME_LVL_V;
APPS
WMS_OP_PLANS_B
WMS_OP_PLANS_TL
APPS.OPI_WMS_OP_PLAN_NAME_LVL_V is not referenced by any database object
|
|
|
|