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


VIEW: APPS.MST_ACT_ASTL_SUMMARY_V

Object Details
Object Name: MST_ACT_ASTL_SUMMARY_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
OUT_REQUEST_ID NUMBER
Yes FK to mst_out_requests
TRIP_ID NUMBER

FK to mst_trips
TRIP_NUMBER NUMBER

Trip number with in plan
COST_BEFORE NUMBER

Total cost before user action
COST_AFTER NUMBER

Total cost after user action
COST_CHANGE NUMBER

Cost change after user action
COST_CHANGE_PERCENT NUMBER

Percent of cost change after user action
PENALTY_COST_CHANGE NUMBER

Penalty cost change after user action
CURRENCY_UOM VARCHAR2 (3)
Currency UOM
Query Text

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


SELECT PLAN_ID
,      IN_REQUEST_ID
,      OUT_REQUEST_ID
,      TRIP_ID
,      TRIP_NUMBER
,      COST_BEFORE
,      COST_AFTER
,      COST_CHANGE
,      COST_CHANGE_PERCENT
,      PENALTY_COST_CHANGE
,      CURRENCY_UOM
FROM APPS.MST_ACT_ASTL_SUMMARY_V;

Dependencies

[top of page]

APPS.MST_ACT_ASTL_SUMMARY_V references the following:

SchemaAPPS
SynonymMST_OUT_REQUESTS
SynonymMST_PLANS
SynonymMST_TRIPS

APPS.MST_ACT_ASTL_SUMMARY_V is not referenced by any database object