[Home] [Help]
[Dependency Information]
Object Name: | MRPFV_BILL_OF_RESOURCES |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
This shows bill of resources and associated descriptions.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORGANIZATION_CODE | VARCHAR2 | (3) | Organization code | |
ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | Organization name |
BILL_OF_RESOURCES | VARCHAR2 | (10) | Yes | Bill of resource identifier |
DESCRIPTION | VARCHAR2 | (50) | Description about the bill of resource | |
INACTIVE_DATE | DATE | The date on which to disable the bill of resource | ||
_DF | CHAR | (33) | Descriptive flexfield | |
ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
LAST_UPDATE_DATE | DATE | Yes | Date on which the row was last updated | |
LAST_UPDATED_BY | NUMBER | Yes | User identifier who updated the row last | |
CREATION_DATE | DATE | Yes | Date on which the row was created | |
CREATED_BY | NUMBER | Yes | User identifier who created the row |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_CODE
, ORGANIZATION_NAME
, BILL_OF_RESOURCES
, DESCRIPTION
, INACTIVE_DATE
, _DF
, ORGANIZATION_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
FROM APPS.MRPFV_BILL_OF_RESOURCES;
APPS.MRPFV_BILL_OF_RESOURCES is not referenced by any database object
|
|
|