[Home] [Help]
[Dependency Information]
| Object Name: | MSC_ACTIONS_TREE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | MSC.MSC_ACTIONS_TREE_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PLAN_ID | NUMBER | |||
| VERSION | NUMBER | |||
| EXCEPTION_GROUP | NUMBER | |||
| EXCEPTION_TYPE | NUMBER | |||
| ORGANIZATION_ID | NUMBER | |||
| SR_INSTANCE_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT PLAN_ID
, VERSION
, EXCEPTION_GROUP
, EXCEPTION_TYPE
, ORGANIZATION_ID
, SR_INSTANCE_ID
FROM APPS.MSC_ACTIONS_TREE_V;
APPS
FND_GLOBAL
- show dependent code
MSC_GET_NAME
- show dependent code
MSC_ITEM_EXCEPTIONS
MSC_PLANS
MSC_SUPPLIES
MSC_SYSTEM_ITEMS
MSC_WORKBENCH_DISPLAY_OPTIONS
APPS
MSC_SEARCH_ACTIONS_V
|
|
|
|