DBA Data[Home] [Help]

APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on WSH_UTIL_CORE

Line 96: p_stop_tab IN wsh_util_core.id_tab_type,

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

Line 97: x_stop_tab OUT NOCOPY wsh_util_core.id_tab_type,

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

Line 470: PROCEDURE Process_lines_To_OM(p_line_id_tab IN wsh_util_core.id_Tab_type,

466: -- popualted
467: -- Based on Bulk and Non bulk varaiables OM API will be called in Bulk and
468: -- Non Bulk mode.
469:
470: PROCEDURE Process_lines_To_OM(p_line_id_tab IN wsh_util_core.id_Tab_type,
471: x_return_status OUT NOCOPY VARCHAR2);
472:
473:
474: --Standalone WMS project changes