[Home] [Help]
[Dependency Information]
Object Name: | MRPFV_BILL_OF_DISTRIBUTIONS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
This shows bill of distribution names and associated descriptions.
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 |
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;
APPS.MRPFV_BILL_OF_DISTRIBUTIONS is not referenced by any database object
|
|
|