[Home] [Help]
[Dependency Information]
| Object Name: | MRPBV_BILL_OF_RESOURCES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | MRP.MRPBV_BILL_OF_RESOURCES
|
| 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_NAME | VARCHAR2 | (240) | Yes | |
| BILL_OF_RESOURCES | VARCHAR2 | (10) | Yes | |
| DESCRIPTION | VARCHAR2 | (50) | ||
| INACTIVE_DATE | DATE | |||
| ORGANIZATION_ID | NUMBER | Yes | ||
| LAST_UPDATE_DATE | DATE | Yes | ||
| LAST_UPDATED_BY | NUMBER | Yes | ||
| CREATION_DATE | DATE | Yes | ||
| CREATED_BY | NUMBER | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_CODE
, ORGANIZATION_NAME
, BILL_OF_RESOURCES
, DESCRIPTION
, INACTIVE_DATE
, ORGANIZATION_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
FROM APPS.MRPBV_BILL_OF_RESOURCES;
APPS
CRP_BILLS_OF_RESOURCES
HR_ALL_ORGANIZATION_UNITS
MTL_PARAMETERS
APPS.MRPBV_BILL_OF_RESOURCES is not referenced by any database object
|
|
|
|