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


VIEW: APPS.MRPFV_BILL_OF_DISTRIBUTIONS

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

View Type

A Business Intelligence System view


This shows bill of distribution names and associated descriptions.


[View Source]

Columns
Name Datatype Length Mandatory Comments
BILL_OF_DISTRIBUTION VARCHAR2 (50) Yes Name of Bill of Distribution
DESCRIPTION VARCHAR2 (80)
Describes the Bill of Distribution
PLANNING_ACTIVE_FLAG VARCHAR2 (80) Yes
_DF CHAR (29)
Descriptive flexfield
BILL_OF_DISTRIBUTION_ID NUMBER
Yes System generated number which uniquely identify the row
LAST_UPDATE_DATE DATE
Yes Date on which the row is last updated
LAST_UPDATED_BY NUMBER
Yes User identifier who updated the row last
CREATION_DATE DATE
Yes Date on which the row is created
CREATED_BY NUMBER
Yes User identifier who created the row
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT BILL_OF_DISTRIBUTION
,      DESCRIPTION
,      PLANNING_ACTIVE_FLAG
,      _DF
,      BILL_OF_DISTRIBUTION_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
FROM APPS.MRPFV_BILL_OF_DISTRIBUTIONS;

Dependencies

[top of page]

APPS.MRPFV_BILL_OF_DISTRIBUTIONS references the following:

SchemaAPPS
ViewMFG_LOOKUPS
SynonymMRP_SOURCING_RULES

APPS.MRPFV_BILL_OF_DISTRIBUTIONS is not referenced by any database object