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


VIEW: APPS.CST_OPI_MMT_MTA_V

Object Details
Object Name: CST_OPI_MMT_MTA_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBOM.CST_OPI_MMT_MTA_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view is used by Inventory Intellegence team for calculating transfer cost for FOB.


[View Source]

Columns
Name Datatype Length Mandatory Comments
TRANSACTION_ID NUMBER

This is Inventory transaction Identifier.
TRANSACTION_DATE DATE

Inventory transaction date.
ORGANIZATION_ID NUMBER

Inventory Organization ID.
SUBINVENTORY_CODE VARCHAR2 (10)
Sub Inventory code.
INVENTORY_ITEM_ID NUMBER

Inventory Item Identifier.
LOCATOR_ID NUMBER

Inventory Locator Identifier.
TRANSACTION_TYPE_ID NUMBER

Type of the Inventory Transaction.
TRANSACTION_ACTION_ID NUMBER

Inventory Transaction Action type.
TRANSACTION_SOURCE_TYPE_ID NUMBER

Source type Identifier for Inventory transaction.
TRANSACTION_SOURCE_ID NUMBER

Source Identifier for Inventory transaction.
TRANSACTION_SOURCE_NAME VARCHAR2 (80)
Source name for Inventory transaction.
REASON_ID NUMBER

Reason for the transaction.
TRANSFER_ORGANIZATION_ID NUMBER

To Organization Id for material transfer.
TRANSFER_SUBINVENTORY VARCHAR2 (10)
To Sub Inventory for the material transfer.
TRANSFER_LOCATOR_ID NUMBER

To Locator Identifier for the material transfer.
FOB_POINT NUMBER

freight of Board for the material transfer b/w two Organizations.
PRIMARY_QUANTITY NUMBER

The quantity that is transfered.
TRANSFER_COST NUMBER

Total Cost for the material that is transfered.
ACTUAL_COST NUMBER

Actual Cost for the material that is transfered.
Query Text

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


SELECT TRANSACTION_ID
,      TRANSACTION_DATE
,      ORGANIZATION_ID
,      SUBINVENTORY_CODE
,      INVENTORY_ITEM_ID
,      LOCATOR_ID
,      TRANSACTION_TYPE_ID
,      TRANSACTION_ACTION_ID
,      TRANSACTION_SOURCE_TYPE_ID
,      TRANSACTION_SOURCE_ID
,      TRANSACTION_SOURCE_NAME
,      REASON_ID
,      TRANSFER_ORGANIZATION_ID
,      TRANSFER_SUBINVENTORY
,      TRANSFER_LOCATOR_ID
,      FOB_POINT
,      PRIMARY_QUANTITY
,      TRANSFER_COST
,      ACTUAL_COST
FROM APPS.CST_OPI_MMT_MTA_V;

Dependencies

[top of page]

APPS.CST_OPI_MMT_MTA_V references the following:

SchemaAPPS
SynonymMTL_MATERIAL_TRANSACTIONS
SynonymMTL_PARAMETERS
SynonymMTL_TRANSACTION_ACCOUNTS

APPS.CST_OPI_MMT_MTA_V is not referenced by any database object