[Home] [Help]
[Dependency Information]
Object Name: | MST_PQ_CM_DETAILS_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 | 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. |
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;
APPS.MST_PQ_CM_DETAILS_V is not referenced by any database object
|
|
|