DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.WMS_OBJECTS_OPERAND_LOV_V

Object Details
Object Name: WMS_OBJECTS_OPERAND_LOV_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewWMS.WMS_OBJECTS_OPERAND_LOV_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
OPERAND_TYPE_CODE NUMBER

Operand type code
OBJECT_NAME VARCHAR2 (80)
Object name
OBJECT_DESCRIPTION VARCHAR2 (240)
Object description
OBJECT_ID NUMBER

Object identifier
USE_FOR_PUT_REST_FLAG VARCHAR2 (1)
Flag indicating whether or not any parameters of the object can be used for restrictions within put away rules
USE_FOR_PICK_REST_FLAG VARCHAR2 (1)
Flag indicating whether or not any parameters of the object can be used for restrictions within pick rules
USE_FOR_TT_ASSN_FLAG VARCHAR2 (1)
Flag indicating whether or not any parameters of the object can be used for restrictions within task assignment rules
USE_FOR_LABEL_REST_FLAG VARCHAR2 (1)
Flag indicating whether or not any parameters of the object can be used for restrictions within label compliant rules
USE_FOR_CG_REST_FLAG VARCHAR2 (1)
Flag indicating whether or not any parameters of the object can be used for restrictions within Cost Group rules
USE_FOR_OP_SELECTION_FLAG VARCHAR2 (1)
Flag indicating whether or not any parameters of the object can be used for restrictions within operation plan selection rules
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OPERAND_TYPE_CODE
,      OBJECT_NAME
,      OBJECT_DESCRIPTION
,      OBJECT_ID
,      USE_FOR_PUT_REST_FLAG
,      USE_FOR_PICK_REST_FLAG
,      USE_FOR_TT_ASSN_FLAG
,      USE_FOR_LABEL_REST_FLAG
,      USE_FOR_CG_REST_FLAG
,      USE_FOR_OP_SELECTION_FLAG
FROM APPS.WMS_OBJECTS_OPERAND_LOV_V;

Dependencies

[top of page]

APPS.WMS_OBJECTS_OPERAND_LOV_V references the following:

SchemaAPPS
ViewMFG_LOOKUPS
ViewWMS_OBJECTS_VL
ViewWMS_PARAMETERS_VL

APPS.WMS_OBJECTS_OPERAND_LOV_V is not referenced by any database object