[Home] [Help]
[Dependency Information]
| Object Name: | INVBV_MFG_PART_NUMBERS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | INV.INVBV_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 |
|---|---|---|---|---|
| MANUFACTURER_NAME | VARCHAR2 | (30) | Yes | |
| MANUFACTURERS_PART_NUMBER | VARCHAR2 | (150) | Yes | |
| ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | |
| ORGANIZATION_CODE | VARCHAR2 | (3) | ||
| _KF:ITEM_NAME | CHAR | (15) | ||
| MANUFACTURER_ID | NUMBER | Yes | ||
| INVENTORY_ITEM_ID | NUMBER | Yes | ||
| ORGANIZATION_ID | NUMBER | |||
| LAST_UPDATED_DATE | DATE | Yes | ||
| LAST_UPDATED_BY | NUMBER | Yes | ||
| CREATED_DATE | DATE | Yes | ||
| CREATED_BY | NUMBER | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT MANUFACTURER_NAME
, MANUFACTURERS_PART_NUMBER
, ORGANIZATION_NAME
, ORGANIZATION_CODE
, _KF:ITEM_NAME
, MANUFACTURER_ID
, INVENTORY_ITEM_ID
, ORGANIZATION_ID
, LAST_UPDATED_DATE
, LAST_UPDATED_BY
, CREATED_DATE
, CREATED_BY
FROM APPS.INVBV_MFG_PART_NUMBERS;
APPS
HR_ALL_ORGANIZATION_UNITS
MTL_MANUFACTURERS
MTL_MFG_PART_NUMBERS
MTL_PARAMETERS
MTL_SYSTEM_ITEMS
APPS.INVBV_MFG_PART_NUMBERS is not referenced by any database object
|
|
|
|