DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.MRP_SC_BILL_MAKE_AT_V

Object Details
Object Name: MRP_SC_BILL_MAKE_AT_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewMRP.MRP_SC_BILL_MAKE_AT_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.MRP_SC_BILL_MAKE_AT_V references the following:

SchemaAPPS
SynonymBOM_CALENDAR_DATES
ViewMRP_SOURCES_V
SynonymMTL_PARAMETERS
SynonymMTL_SYSTEM_ITEMS_KFV

APPS.MRP_SC_BILL_MAKE_AT_V is not referenced by any database object