DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_PUB dependencies on WSH_UTIL_CORE

Line 401: , p_line_rows IN WSH_UTIL_CORE.id_tab_type

397: , p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE
398: , x_return_status OUT NOCOPY VARCHAR2
399: , x_msg_count OUT NOCOPY NUMBER
400: , x_msg_data OUT NOCOPY VARCHAR2
401: , p_line_rows IN WSH_UTIL_CORE.id_tab_type
402: , x_del_rows OUT NOCOPY wsh_util_core.id_tab_type
403: );
404:
405: /*#

Line 402: , x_del_rows OUT NOCOPY wsh_util_core.id_tab_type

398: , x_return_status OUT NOCOPY VARCHAR2
399: , x_msg_count OUT NOCOPY NUMBER
400: , x_msg_data OUT NOCOPY VARCHAR2
401: , p_line_rows IN WSH_UTIL_CORE.id_tab_type
402: , x_del_rows OUT NOCOPY wsh_util_core.id_tab_type
403: );
404:
405: /*#
406: * Procedure to perform autocreate a single trip for multiple delivery lines

Line 429: , p_line_rows IN WSH_UTIL_CORE.id_tab_type

425: , p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE
426: , x_return_status OUT NOCOPY VARCHAR2
427: , x_msg_count OUT NOCOPY NUMBER
428: , x_msg_data OUT NOCOPY VARCHAR2
429: , p_line_rows IN WSH_UTIL_CORE.id_tab_type
430: , x_del_rows OUT NOCOPY WSH_UTIL_CORE.id_tab_type
431: , x_trip_id OUT NOCOPY NUMBER
432: , x_trip_name OUT NOCOPY VARCHAR2
433: );

Line 430: , x_del_rows OUT NOCOPY WSH_UTIL_CORE.id_tab_type

426: , x_return_status OUT NOCOPY VARCHAR2
427: , x_msg_count OUT NOCOPY NUMBER
428: , x_msg_data OUT NOCOPY VARCHAR2
429: , p_line_rows IN WSH_UTIL_CORE.id_tab_type
430: , x_del_rows OUT NOCOPY WSH_UTIL_CORE.id_tab_type
431: , x_trip_id OUT NOCOPY NUMBER
432: , x_trip_name OUT NOCOPY VARCHAR2
433: );
434:

Line 458: , p_line_rows IN WSH_UTIL_CORE.id_tab_type

454: , p_commit IN VARCHAR2
455: , x_return_status OUT NOCOPY VARCHAR2
456: , x_msg_count OUT NOCOPY NUMBER
457: , x_msg_data OUT NOCOPY VARCHAR2
458: , p_line_rows IN WSH_UTIL_CORE.id_tab_type
459: , x_del_rows OUT NOCOPY WSH_UTIL_CORE.id_tab_type
460: , x_trip_rows OUT NOCOPY WSH_UTIL_CORE.id_tab_type
461: );
462:

Line 459: , x_del_rows OUT NOCOPY WSH_UTIL_CORE.id_tab_type

455: , x_return_status OUT NOCOPY VARCHAR2
456: , x_msg_count OUT NOCOPY NUMBER
457: , x_msg_data OUT NOCOPY VARCHAR2
458: , p_line_rows IN WSH_UTIL_CORE.id_tab_type
459: , x_del_rows OUT NOCOPY WSH_UTIL_CORE.id_tab_type
460: , x_trip_rows OUT NOCOPY WSH_UTIL_CORE.id_tab_type
461: );
462:
463: END WSH_DELIVERY_DETAILS_PUB;

Line 460: , x_trip_rows OUT NOCOPY WSH_UTIL_CORE.id_tab_type

456: , x_msg_count OUT NOCOPY NUMBER
457: , x_msg_data OUT NOCOPY VARCHAR2
458: , p_line_rows IN WSH_UTIL_CORE.id_tab_type
459: , x_del_rows OUT NOCOPY WSH_UTIL_CORE.id_tab_type
460: , x_trip_rows OUT NOCOPY WSH_UTIL_CORE.id_tab_type
461: );
462:
463: END WSH_DELIVERY_DETAILS_PUB;