[Home] [Help]
[Dependency Information]
Object Name: | MST_ACT_REMOVE_LOAD_OPTIONS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
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 |
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;
APPS.MST_ACT_REMOVE_LOAD_OPTIONS_V is not referenced by any database object
|
|
|