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


VIEW: APPS.EAM_OP_COMPLETION_TXNS_V

Object Details
Object Name: EAM_OP_COMPLETION_TXNS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewEAM.EAM_OP_COMPLETION_TXNS_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
TRANSACTION_ID NUMBER
Yes Transaction identifier of the complete or uncomplete transaction
TRANSACTION_DATE DATE
Yes Transaction Date
TRANSACTION_TYPE NUMBER
Yes Transaction Type. It takes on value=1 as this view has only those transactions where operations are in completed state of a given work order.
WIP_ENTITY_ID NUMBER
Yes Work Order Identifier
ORGANIZATION_ID NUMBER
Yes Inventory Organization Identifier
OPERATION_SEQ_NUM NUMBER
Yes Operation Sequence Number
DEPARTMENT_ID NUMBER
Yes Department Identifier
ASSET_GROUP_ID NUMBER

Inventory Item Identifier of the Asset Group
ASSET_NUMBER VARCHAR2 (30)
Serial Number that represents the asset number
ASSET_ACTIVITY_ID NUMBER

Inventory Item Identifier of the Asset Activity
ACTUAL_START_DATE DATE

Actual Start Date of the Operation
ACTUAL_END_DATE DATE

Actual End Date of the Operation
LAST_UPDATE_DATE DATE
Yes Standard Who Column
Query Text

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


SELECT TRANSACTION_ID
,      TRANSACTION_DATE
,      TRANSACTION_TYPE
,      WIP_ENTITY_ID
,      ORGANIZATION_ID
,      OPERATION_SEQ_NUM
,      DEPARTMENT_ID
,      ASSET_GROUP_ID
,      ASSET_NUMBER
,      ASSET_ACTIVITY_ID
,      ACTUAL_START_DATE
,      ACTUAL_END_DATE
,      LAST_UPDATE_DATE
FROM APPS.EAM_OP_COMPLETION_TXNS_V;

Dependencies

[top of page]

APPS.EAM_OP_COMPLETION_TXNS_V references the following:

SchemaAPPS
SynonymEAM_OP_COMPLETION_TXNS
APPS.EAM_OP_COMPLETION_TXNS_V is referenced by following:

SchemaAPPS
Package BodyEAM_WORKORDERREP_PVT - show dependent code