[Home] [Help]
[Dependency Information]
| Object Name: | INVFV_MFG_PART_NUMBERS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | INV.INVFV_MFG_PART_NUMBERS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This shows the cross-reference between an item defined in Oracle Inventory and the part number used by its manufacturer. This information can be used to perform item searches by manufacturer's part number.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MANUFACTURERS_PART_NUMBER | VARCHAR2 | (150) | Yes | Manufacturer's part number |
| MANUFACTURER_NAME | VARCHAR2 | (30) | Yes | Name of manufacturer |
| ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | Organization name |
| ORGANIZATION_CODE | VARCHAR2 | (3) | Organization code | |
| _KF:ITEM_NAME | CHAR | (15) | Item name | |
| _DF | CHAR | (31) | Descriptive flexfield | |
| MANUFACTURER_ID | NUMBER | Yes | Manufacturer identifier | |
| INVENTORY_ITEM_ID | NUMBER | Yes | Item identifier | |
| ORGANIZATION_ID | NUMBER | Organization identifier | ||
| LAST_UPDATED_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
| CREATED_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT MANUFACTURERS_PART_NUMBER
, MANUFACTURER_NAME
, ORGANIZATION_NAME
, ORGANIZATION_CODE
, _KF:ITEM_NAME
, _DF
, MANUFACTURER_ID
, INVENTORY_ITEM_ID
, ORGANIZATION_ID
, LAST_UPDATED_DATE
, LAST_UPDATED_BY
, CREATED_DATE
, CREATED_BY
FROM APPS.INVFV_MFG_PART_NUMBERS;
APPS
HR_ALL_ORGANIZATION_UNITS
MTL_MANUFACTURERS
MTL_MFG_PART_NUMBERS
MTL_PARAMETERS
MTL_SYSTEM_ITEMS
APPS.INVFV_MFG_PART_NUMBERS is not referenced by any database object
|
|
|
|