[Home] [Help]
[Dependency Information]
| Object Name: | MRP_BIS_ORDERS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | MRP.MRP_BIS_ORDERS_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | Yes | ||
| ORGANIZATION_CODE | VARCHAR2 | (3) | ||
| COMPILE_DESIGNATOR | VARCHAR2 | (10) | Yes | |
| DUE_DATE | DATE | |||
| LATE_ORDERS | NUMBER | |||
| TOTAL_ORDERS | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, ORGANIZATION_CODE
, COMPILE_DESIGNATOR
, DUE_DATE
, LATE_ORDERS
, TOTAL_ORDERS
FROM APPS.MRP_BIS_ORDERS_V;
APPS
HR_GENERAL
- show dependent code
HR_SECURITY
- show dependent code
MRP_GROSS_REQUIREMENTS
MRP_PLANS
ORG_ORGANIZATION_DEFINITIONS
APPS.MRP_BIS_ORDERS_V is not referenced by any database object
|
|
|
|