[Home] [Help]
[Dependency Information]
Object Name: | ENG_WEB_SUB_COMPS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
Revised Substitute Components. Only those substitute components
defined within an ECO are shown in this view. Designed for use in
Oracle Self Service Web Applications.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
COMPONENT_SEQUENCE_ID | NUMBER | Yes | Foreign key to revised component | |
ACTION | VARCHAR2 | (80) | Yes | Add or Delete |
SUBSTITUTE_COMPONENT | VARCHAR2 | (40) | Item concatenated segments | |
PADDED_CONCATENATED_SEGMENTS | VARCHAR2 | (40) | Item padded concatenated segments | |
SUBSTITUTE_ITEM_QUANTITY | NUMBER | Yes | Quantity of substitute item to use in bill | |
PRIMARY_UOM_CODE | VARCHAR2 | (3) | Item's unit of measure | |
DESCRIPTION | VARCHAR2 | (240) | Item description |
Cut, paste (and edit) the following text to query this object:
SELECT COMPONENT_SEQUENCE_ID
, ACTION
, SUBSTITUTE_COMPONENT
, PADDED_CONCATENATED_SEGMENTS
, SUBSTITUTE_ITEM_QUANTITY
, PRIMARY_UOM_CODE
, DESCRIPTION
FROM APPS.ENG_WEB_SUB_COMPS_V;
APPS.ENG_WEB_SUB_COMPS_V is not referenced by any database object
|
|
|