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


VIEW: APPS.MST_PQ_CM_DETAILS_V

Object Details
Object Name: MST_PQ_CM_DETAILS_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 Primary key
PLAN_NAME VARCHAR2 (10) Yes Why not simple plan_code?
CM_TRIP_NUMBER NUMBER

Continuous move trip number
CONTINUOUS_MOVE_ID NUMBER
Yes Primary key for the table
CARRIER_ID NUMBER

Carrier of the continuous move
CARRIER_NAME VARCHAR2 (30) Yes Name of Carrier of the CM.
TOTAL_COST NUMBER

Total Cost of the CM.
DAYS_LEFT NUMBER

Days left for the departure.
HOURS_LEFT NUMBER

Days left for the departure.
CHANGED_BY_USER NUMBER

Flag to indicate Where edited manually. 1=> Yes, 2=>No.
Query Text

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


SELECT PLAN_ID
,      PLAN_NAME
,      CM_TRIP_NUMBER
,      CONTINUOUS_MOVE_ID
,      CARRIER_ID
,      CARRIER_NAME
,      TOTAL_COST
,      DAYS_LEFT
,      HOURS_LEFT
,      CHANGED_BY_USER
FROM APPS.MST_PQ_CM_DETAILS_V;

Dependencies

[top of page]

APPS.MST_PQ_CM_DETAILS_V references the following:

SchemaAPPS
SynonymMST_CM_TRIPS
SynonymMST_PLANS
SynonymWSH_CARRIERS

APPS.MST_PQ_CM_DETAILS_V is not referenced by any database object