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


VIEW: APPS.MST_ACT_REMOVE_LOAD_OPTIONS_V

Object Details
Object Name: MST_ACT_REMOVE_LOAD_OPTIONS_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
PLAN_ID NUMBER
Yes FK to mst_plans
IN_REQUEST_ID NUMBER
Yes FK to mst_in_requests
OPTION_NUMBER NUMBER

1 - keep CM together, 2 - Break CM
CURRENT_COST NUMBER

Cost before user action
NEW_COST NUMBER

Cost after user action
COST_CHANGE NUMBER

Cost change due to user action
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PLAN_ID
,      IN_REQUEST_ID
,      OPTION_NUMBER
,      CURRENT_COST
,      NEW_COST
,      COST_CHANGE
FROM APPS.MST_ACT_REMOVE_LOAD_OPTIONS_V;

Dependencies

[top of page]

APPS.MST_ACT_REMOVE_LOAD_OPTIONS_V references the following:

SchemaAPPS
SynonymMST_CM_TRIPS
SynonymMST_OUT_REQUESTS
SynonymMST_TRIPS

APPS.MST_ACT_REMOVE_LOAD_OPTIONS_V is not referenced by any database object