DBA Data[Home] [Help]

APPS.WSH_DETAILS_VALIDATIONS dependencies on WSH_UTIL_CORE

Line 51: p_detail_rows IN wsh_util_core.id_tab_type,

47: -- Description: This procedure checks if the list of delivery details
48: -- can be unassigned from the delivery they are unassigned to.
49:
50: PROCEDURE check_unassign_from_delivery(
51: p_detail_rows IN wsh_util_core.id_tab_type,
52: x_return_status OUT NOCOPY VARCHAR2) ;
53:
54: --
55: -- Function: serial_num_ctl_req

Line 167: p_detail_rows IN wsh_util_core.id_tab_type,

163: --
164: -----------------------------------------------------------------------------
165:
166: PROCEDURE check_assign_del_multi(
167: p_detail_rows IN wsh_util_core.id_tab_type,
168: x_del_params OUT NOCOPY wsh_delivery_autocreate.grp_attr_rec_type,
169: x_return_status OUT NOCOPY VARCHAR2);
170:
171:

Line 268: , x_disabled_list OUT NOCOPY WSH_UTIL_CORE.column_tab_type

264: p_delivery_detail_id IN NUMBER
265: , p_delivery_id IN NUMBER
266: , p_list_type IN VARCHAR2
267: , x_return_status OUT NOCOPY VARCHAR2
268: , x_disabled_list OUT NOCOPY WSH_UTIL_CORE.column_tab_type
269: , x_msg_count OUT NOCOPY NUMBER
270: , x_msg_data OUT NOCOPY VARCHAR2
271: , p_caller IN VARCHAR2 DEFAULT NULL --public api changes
272: );

Line 353: x_valid_ids OUT NOCOPY wsh_util_core.id_tab_type,

349: p_action IN VARCHAR2,
350: p_caller IN VARCHAR2,
351: p_deliveryid IN NUMBER DEFAULT null,
352: x_return_status OUT NOCOPY VARCHAR2,
353: x_valid_ids OUT NOCOPY wsh_util_core.id_tab_type,
354: x_error_ids OUT NOCOPY wsh_util_core.id_tab_type,
355: x_valid_index_tab OUT NOCOPY wsh_util_core.id_tab_type );
356:
357: --

Line 354: x_error_ids OUT NOCOPY wsh_util_core.id_tab_type,

350: p_caller IN VARCHAR2,
351: p_deliveryid IN NUMBER DEFAULT null,
352: x_return_status OUT NOCOPY VARCHAR2,
353: x_valid_ids OUT NOCOPY wsh_util_core.id_tab_type,
354: x_error_ids OUT NOCOPY wsh_util_core.id_tab_type,
355: x_valid_index_tab OUT NOCOPY wsh_util_core.id_tab_type );
356:
357: --
358: -- Overloaded procedure

Line 355: x_valid_index_tab OUT NOCOPY wsh_util_core.id_tab_type );

351: p_deliveryid IN NUMBER DEFAULT null,
352: x_return_status OUT NOCOPY VARCHAR2,
353: x_valid_ids OUT NOCOPY wsh_util_core.id_tab_type,
354: x_error_ids OUT NOCOPY wsh_util_core.id_tab_type,
355: x_valid_index_tab OUT NOCOPY wsh_util_core.id_tab_type );
356:
357: --
358: -- Overloaded procedure
359: --

Line 421: x_changed_id_tab OUT NOCOPY wsh_util_core.id_tab_type,

417: p_new_table IN wsh_interface.deliverydetailtab,
418: p_action_code IN VARCHAR2,
419: p_phase IN NUMBER,
420: p_caller IN VARCHAR2,
421: x_changed_id_tab OUT NOCOPY wsh_util_core.id_tab_type,
422: x_return_status OUT NOCOPY VARCHAR2
423: );
424:
425: --End for Load Tender Project