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


VIEW: APPS.WIP_OSP_RESOURCES_VAL_V

Object Details
Object Name: WIP_OSP_RESOURCES_VAL_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewWIP.WIP_OSP_RESOURCES_VAL_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
WIP_ENTITY_ID NUMBER
Yes WIP job or repetitive assembly identifier
ORGANIZATION_ID NUMBER
Yes Organization identifier
OPERATION_SEQ_NUM NUMBER
Yes Operation sequence number within a routing
REPETITIVE_SCHEDULE_ID NUMBER

WIP repetitive schedule identifier
RESOURCE_SEQ_NUM NUMBER
Yes Resource sequence number
RESOURCE_ID NUMBER
Yes Resource identifier
USAGE_RATE_OR_AMOUNT NUMBER
Yes Rate per assembly or amount per job/schedule
RESOURCE_CODE VARCHAR2 (10) Yes Resource code
UNIT_OF_MEASURE VARCHAR2 (3)
Unit of measure
COST_ELEMENT_ID NUMBER
Yes Cost element identifier
DESCRIPTION VARCHAR2 (240)
Description
Query Text

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


SELECT WIP_ENTITY_ID
,      ORGANIZATION_ID
,      OPERATION_SEQ_NUM
,      REPETITIVE_SCHEDULE_ID
,      RESOURCE_SEQ_NUM
,      RESOURCE_ID
,      USAGE_RATE_OR_AMOUNT
,      RESOURCE_CODE
,      UNIT_OF_MEASURE
,      COST_ELEMENT_ID
,      DESCRIPTION
FROM APPS.WIP_OSP_RESOURCES_VAL_V;

Dependencies

[top of page]

APPS.WIP_OSP_RESOURCES_VAL_V references the following:

SchemaAPPS
SynonymBOM_RESOURCES
SynonymWIP_OPERATION_RESOURCES
APPS.WIP_OSP_RESOURCES_VAL_V is referenced by following:

SchemaAPPS
Package BodyPO_COPYDOC_SUB - show dependent code