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


VIEW: APPS.MTL_PAC_TXN_COST_DETAILS_V

Object Details
Object Name: MTL_PAC_TXN_COST_DETAILS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewINV.MTL_PAC_TXN_COST_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
ROW_ID ROWID (10)
Row Identifier
TRANSACTION_ID NUMBER
Yes Transaction identifier
COST_TYPE_ID NUMBER
Yes Cost Type Identifier
COST_GROUP_ID NUMBER
Yes Cost group identifier
INVENTORY_ITEM_ID NUMBER
Yes Item identifier
LEVEL_TYPE NUMBER
Yes Level type - this or previous
LEVEL_TYPE_DSP VARCHAR2 (80)
Level type description
PRIOR_PERIOD_COST NUMBER

Item cost in the prior period
COST_ELEMENT VARCHAR2 (50) Yes Name of the cost element
COST_ELEMENT_ID NUMBER
Yes Cost element identifier
NEW_PERIODIC_COST NUMBER

New periodic cost of the item
PERCENTAGE_CHANGE NUMBER

Percentage change in the periodic cost
VALUE_CHANGE NUMBER

Cahnge in the value of the periodic cost
Query Text

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


SELECT ROW_ID
,      TRANSACTION_ID
,      COST_TYPE_ID
,      COST_GROUP_ID
,      INVENTORY_ITEM_ID
,      LEVEL_TYPE
,      LEVEL_TYPE_DSP
,      PRIOR_PERIOD_COST
,      COST_ELEMENT
,      COST_ELEMENT_ID
,      NEW_PERIODIC_COST
,      PERCENTAGE_CHANGE
,      VALUE_CHANGE
FROM APPS.MTL_PAC_TXN_COST_DETAILS_V;

Dependencies

[top of page]

APPS.MTL_PAC_TXN_COST_DETAILS_V references the following:

SchemaAPPS
SynonymCST_COST_ELEMENTS
ViewMFG_LOOKUPS
SynonymMTL_PAC_TXN_COST_DETAILS

APPS.MTL_PAC_TXN_COST_DETAILS_V is not referenced by any database object