[Home] [Help]
[Dependency Information]
| Object Name: | WIP_LINES_ALL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | WIP.WIP_LINES_ALL_V
|
| 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 |
|---|---|---|---|---|
| LINE_ID | NUMBER | Yes | WIP line identifier | |
| LINE_CODE | VARCHAR2 | (10) | Yes | Line name |
| ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
| DESCRIPTION | VARCHAR2 | (240) | Descriptive text |
Cut, paste (and edit) the following text to query this object:
SELECT LINE_ID
, LINE_CODE
, ORGANIZATION_ID
, DESCRIPTION
FROM APPS.WIP_LINES_ALL_V;
APPS
WIP_LINES
APPS.WIP_LINES_ALL_V is not referenced by any database object
|
|
|
|