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


VIEW: APPS.EDW_ITEM_ONETIME_ITEM_LCV

Object Details
Object Name: EDW_ITEM_ONETIME_ITEM_LCV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewENG.EDW_ITEM_ONETIME_ITEM_LCV
Subobject Name:
Status: VALID

View Type

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


This view is the master organization item level source view for one-time items. It stores all master organization one-time items, as well as the parent category associations. The view is based on MTL_CATEGORIES_KFV, PO_LINES_ALL.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ITEM_NUMBER_PK VARCHAR2 (322)
Unique identifier of the item
INSTANCE VARCHAR2 (0)
Instance from which the record was collected
CATSET_CATEGORY_FK NUMBER
Yes Foreign key to the first level in the first organization item category
PRODUCT_GROUP_FK CHAR (6)
Foreign key to the product group level
ITEM_NUMBER_DP VARCHAR2 (240)
Not currently used
NAME VARCHAR2 (320)
Item name
ONE_TIME_FLAG CHAR (2)
Flag to indicate if the item is a one-time item
DESCRIPTION VARCHAR2 (240)
Item description
ITEM_NAME VARCHAR2 (240)
Item name
CREATION_DATE DATE

Standard Who column
LAST_UPDATE_DATE DATE

Standard Who column
OPERATION_CODE VARCHAR2 (0)
Code used by the collection program to determine whether to insert/update/delete this record
USER_ATTRIBUTE1 VARCHAR2 (0)
User defined attribute
USER_ATTRIBUTE2 VARCHAR2 (0)
User defined attribute
USER_ATTRIBUTE3 VARCHAR2 (0)
User defined attribute
USER_ATTRIBUTE4 VARCHAR2 (0)
User defined attribute
USER_ATTRIBUTE5 VARCHAR2 (0)
User defined attribute
Query Text

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


SELECT ITEM_NUMBER_PK
,      INSTANCE
,      CATSET_CATEGORY_FK
,      PRODUCT_GROUP_FK
,      ITEM_NUMBER_DP
,      NAME
,      ONE_TIME_FLAG
,      DESCRIPTION
,      ITEM_NAME
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      OPERATION_CODE
,      USER_ATTRIBUTE1
,      USER_ATTRIBUTE2
,      USER_ATTRIBUTE3
,      USER_ATTRIBUTE4
,      USER_ATTRIBUTE5
FROM APPS.EDW_ITEM_ONETIME_ITEM_LCV;

Dependencies

[top of page]

APPS.EDW_ITEM_ONETIME_ITEM_LCV references the following:

SchemaAPPS
SynonymMTL_CATEGORIES_KFV
SynonymPO_LINES_ALL
APPS.EDW_ITEM_ONETIME_ITEM_LCV is referenced by following:

SchemaAPPS
Package BodyEDW_ITEMS_M_C - show dependent code