DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.MSC_ACTIONS_TREE_V

Object Details
Object Name: MSC_ACTIONS_TREE_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewMSC.MSC_ACTIONS_TREE_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
Name Datatype Length Mandatory Comments
PLAN_ID NUMBER

VERSION NUMBER

EXCEPTION_GROUP NUMBER

EXCEPTION_TYPE NUMBER

ORGANIZATION_ID NUMBER

SR_INSTANCE_ID NUMBER

Query Text

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;

Dependencies

[top of page]

APPS.MSC_ACTIONS_TREE_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
PL/SQL PackageMSC_GET_NAME - show dependent code
SynonymMSC_ITEM_EXCEPTIONS
SynonymMSC_PLANS
SynonymMSC_SUPPLIES
SynonymMSC_SYSTEM_ITEMS
SynonymMSC_WORKBENCH_DISPLAY_OPTIONS
APPS.MSC_ACTIONS_TREE_V is referenced by following:

SchemaAPPS
ViewMSC_SEARCH_ACTIONS_V