[Home] [Help]
[Dependency Information]
| Object Name: | MRP_SC_BILL_MAKE_AT_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | MRP.MRP_SC_BILL_MAKE_AT_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 | (53) | Item organization | |
| ASSIGNMENT_SET_ID | NUMBER | Yes | Assignment set identifier | |
| ASSIGNMENT_TYPE | NUMBER | Assignment type | ||
| SOURCING_RULE | VARCHAR2 | (50) | Sourcing rule | |
| ORGANIZATION_ID | NUMBER | Organization identifier | ||
| ORGANIZATION_CODE | VARCHAR2 | (3) | Organization code | |
| INVENTORY_ITEM_ID | NUMBER | Inventory item identifier | ||
| ITEM_NAME | VARCHAR2 | (40) | Item name | |
| SOURCE_ORGANIZATION_ID | NUMBER | Source organization identifier | ||
| SOURCE_ORGANIZATION_CODE | VARCHAR2 | (3) | Source organization code | |
| COMPONENT_ITEM_ID | NUMBER | Component item identifier | ||
| COMPONENT_NAME | VARCHAR2 | (40) | Component name | |
| USAGE | NUMBER | Usage quantity | ||
| EFFECTIVE_DATE | DATE | Yes | Effective date | |
| ALLOCATION_PERCENT | NUMBER | Allocation percent of each source in split sourcing | ||
| RANK | NUMBER | Rank of each source in split sourcing |
Cut, paste (and edit) the following text to query this object:
SELECT ITEM_ORG
, ASSIGNMENT_SET_ID
, ASSIGNMENT_TYPE
, SOURCING_RULE
, ORGANIZATION_ID
, ORGANIZATION_CODE
, INVENTORY_ITEM_ID
, ITEM_NAME
, SOURCE_ORGANIZATION_ID
, SOURCE_ORGANIZATION_CODE
, COMPONENT_ITEM_ID
, COMPONENT_NAME
, USAGE
, EFFECTIVE_DATE
, ALLOCATION_PERCENT
, RANK
FROM APPS.MRP_SC_BILL_MAKE_AT_V;
APPS
BOM_CALENDAR_DATES
MRP_SOURCES_V
MTL_PARAMETERS
MTL_SYSTEM_ITEMS_KFV
APPS.MRP_SC_BILL_MAKE_AT_V is not referenced by any database object
|
|
|
|