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