DBA Data[Home] [Help]

APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on WSH_UTIL_CORE

Line 93: p_stop_tab IN wsh_util_core.id_tab_type,

89: -- call interface_header_to_OM to interface all
90: -- deliveries to Order Management
91:
92: PROCEDURE oe_interface_trip_stop(p_batch_id IN number,
93: p_stop_tab IN wsh_util_core.id_tab_type,
94: x_stop_tab OUT NOCOPY wsh_util_core.id_tab_type,
95: x_num_stops_removed OUT NOCOPY NUMBER,
96: x_completion_status OUT NOCOPY VARCHAR2);
97: -- end bug 1578251: move oe_interface logic to oe_interface_trip_stop and set completion_status

Line 94: x_stop_tab OUT NOCOPY wsh_util_core.id_tab_type,

90: -- deliveries to Order Management
91:
92: PROCEDURE oe_interface_trip_stop(p_batch_id IN number,
93: p_stop_tab IN wsh_util_core.id_tab_type,
94: x_stop_tab OUT NOCOPY wsh_util_core.id_tab_type,
95: x_num_stops_removed OUT NOCOPY NUMBER,
96: x_completion_status OUT NOCOPY VARCHAR2);
97: -- end bug 1578251: move oe_interface logic to oe_interface_trip_stop and set completion_status
98: