[Home] [Help]
[Dependency Information]
| Object Name: | MSD_OBJECTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | MSD.MSD_OBJECTS_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
A public view which may be useful for custom reporting or other data
requirements.
This view to show all MSD Objects
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OBJECT_ID | VARCHAR2 | (40) | Object ID. | |
| OBJECT_NAME | VARCHAR2 | (80) | Object name. | |
| OBJECT_TYPE | CHAR | (1) | Object type. |
Cut, paste (and edit) the following text to query this object:
SELECT OBJECT_ID
, OBJECT_NAME
, OBJECT_TYPE
FROM APPS.MSD_OBJECTS_V;
APPS
FND_LOOKUP_VALUES_VL
MSD_DEMAND_PLANS
MSD_HIERARCHIES
MSD_LEVELS
APPS.MSD_OBJECTS_V is not referenced by any database object
|
|
|
|