[Home] [Help]
[Dependency Information]
Object Name: | INVFV_CUSTOMER_ITEM_XREFS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
This shows the relationship between Customer Items and Inventory Items. The relationship is defined at the Item Master Organization Level, and is ranked by a preference number.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CUSTOMER_ITEM_NAME | VARCHAR2 | (50) | Yes | Name of customer item |
_KF:ITEM_NAME | CHAR | (15) | Name of inventory item | |
ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | Item master organization name |
ORGANIZATION_CODE | VARCHAR2 | (3) | Item master organization code | |
CROSS_REFERENCE_RANK | NUMBER | Yes | Establishes the Customer Item Cross Reference preference | |
_LA:ACTIVE_FLAG | CHAR | (59) | Determines if cross reference is active or not | |
CUSTOMER_ITEM_ID | NUMBER | Yes | Customer item identifier | |
MASTER_ORGANIZATION_ID | NUMBER | Yes | Item master organization identifier | |
INVENTORY_ITEM_ID | NUMBER | Yes | Inventory item identifier | |
LAST_UPDATED_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATED_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT CUSTOMER_ITEM_NAME
, _KF:ITEM_NAME
, ORGANIZATION_NAME
, ORGANIZATION_CODE
, CROSS_REFERENCE_RANK
, _LA:ACTIVE_FLAG
, CUSTOMER_ITEM_ID
, MASTER_ORGANIZATION_ID
, INVENTORY_ITEM_ID
, LAST_UPDATED_DATE
, LAST_UPDATED_BY
, CREATED_DATE
, CREATED_BY
FROM APPS.INVFV_CUSTOMER_ITEM_XREFS;
APPS.INVFV_CUSTOMER_ITEM_XREFS is not referenced by any database object
|
|
|