DBA Data[Home] [Help]

APPS.WSH_TP_RELEASE_INT dependencies on WSH_UTIL_CORE

Line 271: wv_exception_details wsh_util_core.id_tab_type,

267:
268: TYPE context_rec_type IS RECORD (
269: group_id NUMBER,
270: wms_in_group BOOLEAN,
271: wv_exception_details wsh_util_core.id_tab_type,
272: wv_exception_dels wsh_util_core.id_tab_type,
273: wv_exception_stops wsh_util_core.id_tab_type,
274: auto_tender_flag VARCHAR2(1),
275: linked_trip_count NUMBER -- count of trips having linked stops

Line 272: wv_exception_dels wsh_util_core.id_tab_type,

268: TYPE context_rec_type IS RECORD (
269: group_id NUMBER,
270: wms_in_group BOOLEAN,
271: wv_exception_details wsh_util_core.id_tab_type,
272: wv_exception_dels wsh_util_core.id_tab_type,
273: wv_exception_stops wsh_util_core.id_tab_type,
274: auto_tender_flag VARCHAR2(1),
275: linked_trip_count NUMBER -- count of trips having linked stops
276: );

Line 273: wv_exception_stops wsh_util_core.id_tab_type,

269: group_id NUMBER,
270: wms_in_group BOOLEAN,
271: wv_exception_details wsh_util_core.id_tab_type,
272: wv_exception_dels wsh_util_core.id_tab_type,
273: wv_exception_stops wsh_util_core.id_tab_type,
274: auto_tender_flag VARCHAR2(1),
275: linked_trip_count NUMBER -- count of trips having linked stops
276: );
277: