[Home] [Help]
[Dependency Information]
Object Name: | MRP_BIS_ORDERS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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.MRP_BIS_ORDERS_V is not referenced by any database object
|
|
|