[Home] [Help]
[Dependency Information]
| Object Name: | MRP_SC_BILL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | MRP.MRP_SC_BILL_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ITEM_ORG | VARCHAR2 | (44) | Item organization | |
| ASSIGNMENT_SET_ID | NUMBER | Yes | Assignment set identifier | |
| INVENTORY_ITEM_ID | NUMBER | Yes | Inventory item identifier | |
| ITEM_NAME | VARCHAR2 | (40) | Item name | |
| ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
| ORGANIZATION_CODE | VARCHAR2 | (3) | Organization code | |
| EFFECTIVE_DATE | DATE | Yes | Effective date |
Cut, paste (and edit) the following text to query this object:
SELECT ITEM_ORG
, ASSIGNMENT_SET_ID
, INVENTORY_ITEM_ID
, ITEM_NAME
, ORGANIZATION_ID
, ORGANIZATION_CODE
, EFFECTIVE_DATE
FROM APPS.MRP_SC_BILL_V;
APPS
BOM_CALENDAR_DATES
MRP_ASSIGNMENT_SETS
MTL_PARAMETERS
MTL_SYSTEM_ITEMS_KFV
APPS.MRP_SC_BILL_V is not referenced by any database object
|
|
|
|