DBA Data[Home] [Help]

APPS.WSH_TP_RELEASE dependencies on WSH_UTIL_CORE

Line 26: p_in_ids IN wsh_util_core.id_tab_type, -- table of ids of above entity

22:
23:
24: procedure change_ignoreplan_status
25: (p_entity IN VARCHAR2, --'DLVY', 'DLVB', 'TRIP' dep on place from which it is called
26: p_in_ids IN wsh_util_core.id_tab_type, -- table of ids of above entity
27: p_action_code IN VARCHAR2, -- either 'IGNORE_PLAN', 'INCLUDE_PLAN'
28: x_return_status OUT NOCOPY VARCHAR2);
29:
30:

Line 61: p_entity_ids IN wsh_util_core.id_tab_type,

57: x_earliest_dropoff_date OUT NOCOPY DATE,
58: x_latest_dropoff_date OUT NOCOPY DATE);
59: PROCEDURE calculate_cont_del_tpdates(
60: p_entity IN VARCHAR2,
61: p_entity_ids IN wsh_util_core.id_tab_type,
62: x_return_status OUT NOCOPY VARCHAR2);
63: PROCEDURE log_tpdate_exception(p_entity VARCHAR2,
64: p_entity_id NUMBER,
65: p_pick_up BOOLEAN,

Line 75: PROCEDURE Check_Shipset_Ignoreflag(p_delivery_detail_ids wsh_util_core.id_tab_type,

71: * Check_Shipset_Ignoreflag Checks if the p_delivery_detail_id ignore_for_planning
72: * is different from other lines ignore_for_palnning which are in same ship set.
73: * If so exception is logged if p_logexcep is True otherwise warinig message is thrown.
74: */
75: PROCEDURE Check_Shipset_Ignoreflag(p_delivery_detail_ids wsh_util_core.id_tab_type,
76: p_ignore_for_planning VARCHAR2,
77: p_logexcep boolean,
78: x_return_status OUT NOCOPY VARCHAR2);
79: