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


VIEW: APPS.PMIBV_INVENTORY_TRANSACTIONS_V

Object Details
Object Name: PMIBV_INVENTORY_TRANSACTIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPMI.PMIBV_INVENTORY_TRANSACTIONS_V
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


All inventory transactions from the completed transactions table and the pending transactions table.


[View Source]

Columns
Name Datatype Length Mandatory Comments
SOURCE CHAR (1)
C=from completed transactions, P=from pending transactions
TRANS_ID NUMBER (10)
Surrogate key for the item.
ITEM_ID NUMBER (10)
Unique key for the transaction.
LINE_ID NUMBER (10)
Surrogate key for the document line that produced the transaction.
CO_CODE VARCHAR2 (4)
Company affected by the transaction (company which owns the organization which created the transaction).
ORGN_CODE VARCHAR2 (4)
Organization which created the transaction.
WHSE_CODE VARCHAR2 (4)
Warehouse affected by the transaction.
LOT_ID NUMBER (10)
Surrogate key of the lot.
LOCATION VARCHAR2 (16)
Location affected by the transaction.
DOC_ID NUMBER (10)
Surrogate key of the document that created the transaction.
DOC_TYPE VARCHAR2 (4)
Type of document which created the transaction.
DOC_LINE NUMBER (10)
Not currently used.
LINE_TYPE NUMBER (5)
Line type.
REASON_CODE VARCHAR2 (4)
Reason code associated with the transaction.
TRANS_DATE DATE

Transaction date.
TRANS_QTY NUMBER

Quantity of the transaction in the primary UOM of an item.
TRANS_QTY2 NUMBER

Quantity of the transaction in the secodary UOM of an item, if dual UOM controlled.
QC_GRADE VARCHAR2 (4)
Grade associated with the transaction.
LOT_STATUS VARCHAR2 (4)
Lot status associated with the transaction.
TRANS_STAT VARCHAR2 (4)
Not currently used.
TRANS_UM VARCHAR2 (4)
UOM in which trans_qty is expressed.
TRANS_UM2 VARCHAR2 (4)
UOM in which trans_qty2 is expressed.
OP_CODE NUMBER (15)
Operator who created the transaction.
GL_POSTED_IND NUMBER (10)
GL posted indicator. 0=Not posted to GL, 1=Posted to GL.
EVENT_ID NUMBER (10)
Event ID.
CREATED_BY NUMBER (15)
Standard who column
CREATION_DATE DATE

Standard who column
LAST_UPDATE_DATE DATE

Standard who column
LAST_UPDATED_BY NUMBER (15)
Standard who column
Query Text

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


SELECT SOURCE
,      TRANS_ID
,      ITEM_ID
,      LINE_ID
,      CO_CODE
,      ORGN_CODE
,      WHSE_CODE
,      LOT_ID
,      LOCATION
,      DOC_ID
,      DOC_TYPE
,      DOC_LINE
,      LINE_TYPE
,      REASON_CODE
,      TRANS_DATE
,      TRANS_QTY
,      TRANS_QTY2
,      QC_GRADE
,      LOT_STATUS
,      TRANS_STAT
,      TRANS_UM
,      TRANS_UM2
,      OP_CODE
,      GL_POSTED_IND
,      EVENT_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
FROM APPS.PMIBV_INVENTORY_TRANSACTIONS_V;

Dependencies

[top of page]

APPS.PMIBV_INVENTORY_TRANSACTIONS_V references the following:

SchemaAPPS
SynonymIC_TRAN_CMP
SynonymIC_TRAN_PND

APPS.PMIBV_INVENTORY_TRANSACTIONS_V is not referenced by any database object