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


VIEW: APPS.MTL_LOT_CONV_AUDIT_DETAILS_V

Object Details
Object Name: MTL_LOT_CONV_AUDIT_DETAILS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewINV.MTL_LOT_CONV_AUDIT_DETAILS_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
CONV_AUDIT_DETAIL_ID NUMBER
Yes surrogate for detail record
CONV_AUDIT_ID NUMBER
Yes surrogate for audit record
REVISION VARCHAR2 (3)
revision for the item
ORGANIZATION_ID NUMBER
Yes surrogate for organization
SUBINVENTORY_CODE VARCHAR2 (10)
Subinventory Code
LPN_ID NUMBER

surrogate for LPN
LOCATOR_ID NUMBER

surrogate for locator
OLD_PRIMARY_QTY NUMBER
Yes Old Primary Quantity
OLD_SECONDARY_QTY NUMBER

Old Secondary Quantity
NEW_PRIMARY_QTY NUMBER

New Primary Quantity
NEW_SECONDARY_QTY NUMBER

New Secondary Quantity
TRANSACTION_PRIMARY_QTY NUMBER

Transaction Primary Quantity
TRANSACTION_SECONDARY_QTY NUMBER

Transaction Secondary Quantity
TRANSACTION_UPDATE_FLAG VARCHAR2 (2) Yes Transaction Update Flag
CREATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
LPN VARCHAR2 (30)
License Plate Number
LOCATOR CHAR (1)
Location identifier
Query Text

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


SELECT CONV_AUDIT_DETAIL_ID
,      CONV_AUDIT_ID
,      REVISION
,      ORGANIZATION_ID
,      SUBINVENTORY_CODE
,      LPN_ID
,      LOCATOR_ID
,      OLD_PRIMARY_QTY
,      OLD_SECONDARY_QTY
,      NEW_PRIMARY_QTY
,      NEW_SECONDARY_QTY
,      TRANSACTION_PRIMARY_QTY
,      TRANSACTION_SECONDARY_QTY
,      TRANSACTION_UPDATE_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      LPN
,      LOCATOR
FROM APPS.MTL_LOT_CONV_AUDIT_DETAILS_V;

Dependencies

[top of page]

APPS.MTL_LOT_CONV_AUDIT_DETAILS_V references the following:

SchemaAPPS
ViewMTL_ITEM_LOCATIONS_KFV
SynonymMTL_LOT_CONV_AUDIT_DETAILS
SynonymWMS_LICENSE_PLATE_NUMBERS

APPS.MTL_LOT_CONV_AUDIT_DETAILS_V is not referenced by any database object