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


VIEW: APPS.POR_OPERATION_SEQ_NUM_LOV_V

Object Details
Object Name: POR_OPERATION_SEQ_NUM_LOV_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewICX.POR_OPERATION_SEQ_NUM_LOV_V
Subobject Name:
Status: VALID

View Type

A Web view designed to simplify access from Oracle Self-Service Web Applications.


The POR_OPERATION_SEQ_NUM_LOV_V view returns a list of operation reference that allows the user to choose to be the operation reference of the purchasing item.


[View Source]

Columns
Name Datatype Length Mandatory Comments
OPERATION_SEQ_NUM NUMBER
Yes Operation sequence number
OPERATION_CODE VARCHAR2 (4)
Operation code
DEPARTMENT_CODE VARCHAR2 (10) Yes Department code
WIP_ENTITY_NAME VARCHAR2 (240) Yes Work Order
Query Text

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


SELECT OPERATION_SEQ_NUM
,      OPERATION_CODE
,      DEPARTMENT_CODE
,      WIP_ENTITY_NAME
FROM APPS.POR_OPERATION_SEQ_NUM_LOV_V;

Dependencies

[top of page]

APPS.POR_OPERATION_SEQ_NUM_LOV_V references the following:

SchemaAPPS
SynonymBOM_DEPARTMENTS
SynonymBOM_STANDARD_OPERATIONS
PL/SQL PackageHR_GENERAL - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
ViewORG_ORGANIZATION_DEFINITIONS
SynonymWIP_ENTITIES
SynonymWIP_OPERATIONS

APPS.POR_OPERATION_SEQ_NUM_LOV_V is not referenced by any database object