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


VIEW: APPS.MST_RELEASE_RECOMMEND_V

Object Details
Object Name: MST_RELEASE_RECOMMEND_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

FK to mst_plans
RELEASE_GROUP VARCHAR2 (80)
TLs, LTLs, Parcels, Continuous Moves
GROUP_TYPE VARCHAR2 (6)
TRUCK, LTL, PARCEL, CM
AUTO_RELEASED_COUNT NUMBER

No. of auto released trips in the plan
RELEASED_COUNT NUMBER

No. of released trips in the plan
RELEASE_FAILED_COUNT NUMBER

No. of release failed trips in the plan
FLAGGED_FOR_RELEASE_COUNT NUMBER

No. of trips flagged for release in the plan
UNRELEASED_COUNT NUMBER

No. of unreleased trips in the plan
SEQUENCE_NUMBER NUMBER

Order in which rows are displayed
Query Text

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


SELECT PLAN_ID
,      RELEASE_GROUP
,      GROUP_TYPE
,      AUTO_RELEASED_COUNT
,      RELEASED_COUNT
,      RELEASE_FAILED_COUNT
,      FLAGGED_FOR_RELEASE_COUNT
,      UNRELEASED_COUNT
,      SEQUENCE_NUMBER
FROM APPS.MST_RELEASE_RECOMMEND_V;

Dependencies

[top of page]

APPS.MST_RELEASE_RECOMMEND_V references the following:

SchemaAPPS
PL/SQL PackageMST_AGG_PKG - show dependent code
SynonymMST_PLANS
PL/SQL PackageMST_WB_UTIL - show dependent code

APPS.MST_RELEASE_RECOMMEND_V is not referenced by any database object