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


VIEW: APPS.WMS_DOCK_APPOINTMENTS_V

Object Details
Object Name: WMS_DOCK_APPOINTMENTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewWMS.WMS_DOCK_APPOINTMENTS_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
DOCK_APPOINTMENT_ID NUMBER
Yes Dock appointment identifier
APPOINTMENT_TYPE NUMBER
Yes Dock appointment type: 1 Inound, 2 Outbound, 3 Other
DOCK_ID NUMBER

Dock identifier, locator ID
ORGANIZATION_ID NUMBER

Organization ID
START_TIME DATE

Start time of the appointment
END_TIME DATE

Start time of the appointment
CARRIER NUMBER

Obsolete
SOURCE_TYPE NUMBER

For future use
SOURCE_HEADER_ID NUMBER

For future use
SOURCE_LINE_ID NUMBER

For future use
TRIP_STOP NUMBER

Trip stop ID
REP_START_DATE DATE

Repeating appointment starting date
REP_END_DATE DATE

Repeating appointment end date
REP_ORIGIN NUMBER

ID of original appointment for repeating appointments
REP_FREQUENCY NUMBER

Repeating frequency: 1 Don't repeat, 2 Everyday, 3 Every weekday, 4 Every week, 5 Every month same date, 6 Every month same day
APPOINTMENT_STATUS NUMBER

Dock appointment status: 1 Reserved, 2 Occupied
CREATED_BY NUMBER
Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER
Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER

Standard Who Column
SUBJECT VARCHAR2 (30) Yes Dock appointment subject
DESCRIPTION VARCHAR2 (240)
Dock appointment description
STAGING_LANE_ID NUMBER

Staging lane identifier, locator ID
CARRIER_CODE VARCHAR2 (25)
Freight Carrier Code
Query Text

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


SELECT DOCK_APPOINTMENT_ID
,      APPOINTMENT_TYPE
,      DOCK_ID
,      ORGANIZATION_ID
,      START_TIME
,      END_TIME
,      CARRIER
,      SOURCE_TYPE
,      SOURCE_HEADER_ID
,      SOURCE_LINE_ID
,      TRIP_STOP
,      REP_START_DATE
,      REP_END_DATE
,      REP_ORIGIN
,      REP_FREQUENCY
,      APPOINTMENT_STATUS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SUBJECT
,      DESCRIPTION
,      STAGING_LANE_ID
,      CARRIER_CODE
FROM APPS.WMS_DOCK_APPOINTMENTS_V;

Dependencies

[top of page]

APPS.WMS_DOCK_APPOINTMENTS_V references the following:

SchemaAPPS
SynonymWMS_DOCK_APPOINTMENTS_B
SynonymWMS_DOCK_APPOINTMENTS_TL
APPS.WMS_DOCK_APPOINTMENTS_V is referenced by following:

SchemaAPPS
PL/SQL PackageWMS_DOCK_APPOINTMENTS_PUB - show dependent code
Package BodyWMS_DOCK_APPOINTMENTS_PUB - show dependent code