DBA Data[Home] [Help]

APPS.WSH_DELIVERY_VALIDATIONS dependencies on WSH_UTIL_CORE

Line 468: , x_disabled_list OUT NOCOPY wsh_util_core.column_tab_type

464: PROCEDURE Get_Disabled_List(
465: p_delivery_id IN NUMBER
466: , p_list_type IN VARCHAR2
467: , x_return_status OUT NOCOPY VARCHAR2
468: , x_disabled_list OUT NOCOPY wsh_util_core.column_tab_type
469: , x_msg_count OUT NOCOPY NUMBER
470: , x_msg_data OUT NOCOPY VARCHAR2
471: , p_caller IN VARCHAR2 DEFAULT NULL --public api changes
472: );

Line 573: x_valid_ids OUT NOCOPY wsh_util_core.id_tab_type,

569: p_action IN VARCHAR2,
570: p_caller IN VARCHAR2,
571: p_tripid IN NUMBER DEFAULT null,
572: x_return_status OUT NOCOPY VARCHAR2,
573: x_valid_ids OUT NOCOPY wsh_util_core.id_tab_type,
574: x_error_ids OUT NOCOPY wsh_util_core.id_tab_type,
575: x_valid_index_tab OUT NOCOPY wsh_util_core.id_tab_type);
576:
577:

Line 574: x_error_ids OUT NOCOPY wsh_util_core.id_tab_type,

570: p_caller IN VARCHAR2,
571: p_tripid IN NUMBER DEFAULT null,
572: x_return_status OUT NOCOPY VARCHAR2,
573: x_valid_ids OUT NOCOPY wsh_util_core.id_tab_type,
574: x_error_ids OUT NOCOPY wsh_util_core.id_tab_type,
575: x_valid_index_tab OUT NOCOPY wsh_util_core.id_tab_type);
576:
577:
578: --

Line 575: x_valid_index_tab OUT NOCOPY wsh_util_core.id_tab_type);

571: p_tripid IN NUMBER DEFAULT null,
572: x_return_status OUT NOCOPY VARCHAR2,
573: x_valid_ids OUT NOCOPY wsh_util_core.id_tab_type,
574: x_error_ids OUT NOCOPY wsh_util_core.id_tab_type,
575: x_valid_index_tab OUT NOCOPY wsh_util_core.id_tab_type);
576:
577:
578: --
579: -- Overloaded procedure

Line 654: p_deliveries_tab IN wsh_util_core.id_tab_type

650: TYPE exception_rec_tab_type is table of exception_rec_type index by binary_integer;
651:
652:
653: PROCEDURE check_exception(
654: p_deliveries_tab IN wsh_util_core.id_tab_type
655: , x_exceptions_exist OUT NOCOPY VARCHAR2
656: , x_exceptions_tab OUT NOCOPY wsh_delivery_validations.exception_rec_tab_type
657: , x_return_status OUT NOCOPY VARCHAR2);
658: