DBA Data[Home] [Help]

APPS.WSH_NEW_DELIVERY_ACTIONS dependencies on WSH_XC_UTIL

Line 1007: wsh_xc_util.log_exception(

1003: FND_MESSAGE.SET_TOKEN('DELIVERY_ID' , to_char(p_delivery_ids(i)));
1004: l_exception_message := FND_MESSAGE.Get;
1005:
1006: l_exception_id := NULL;
1007: wsh_xc_util.log_exception(
1008: p_api_version => 1.0,
1009: x_return_status => l_return_status,
1010: x_msg_count => l_msg_count,
1011: x_msg_data => l_msg_data,

Line 1130: wsh_xc_util.log_exception(

1126: FND_MESSAGE.SET_TOKEN('DELIVERY_ID' , to_char(p_delivery_ids(i)));
1127: l_exception_message := FND_MESSAGE.Get;
1128:
1129: l_exception_id := NULL;
1130: wsh_xc_util.log_exception(
1131: p_api_version => 1.0,
1132: x_return_status => l_return_status,
1133: x_msg_count => l_msg_count,
1134: x_msg_data => l_msg_data,

Line 2986: l_exceptions_tab wsh_xc_util.XC_TAB_TYPE;

2982: l_close_confirm_flag VARCHAR2(1):= NULL;
2983: --
2984:
2985: -- Exception Changes
2986: l_exceptions_tab wsh_xc_util.XC_TAB_TYPE;
2987: l_exp_logged BOOLEAN := FALSE;
2988:
2989: -- Pack J, table indexed by delivery_id to store whether ITM screening is required.
2990: l_itm_exc_flag wsh_util_core.column_Tab_Type;

Line 3713: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Check_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL);

3709: --
3710:
3711: -- Check for Exceptions against Delivery and Contents of Delivery
3712: IF l_debug_on THEN
3713: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Check_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL);
3714: END IF;
3715: l_exceptions_tab.delete;
3716: l_exp_logged := FALSE;
3717: WSH_XC_UTIL.Check_Exceptions (

Line 3717: WSH_XC_UTIL.Check_Exceptions (

3713: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Check_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL);
3714: END IF;
3715: l_exceptions_tab.delete;
3716: l_exp_logged := FALSE;
3717: WSH_XC_UTIL.Check_Exceptions (
3718: p_api_version => 1.0,
3719: x_return_status => l_return_status,
3720: x_msg_count => l_msg_count,
3721: x_msg_data => l_msg_data,

Line 6486: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Close_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL);

6482: end if ;
6483:
6484: -- Close Exceptions for the Delivery
6485: IF l_debug_on THEN
6486: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Close_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL);
6487: END IF;
6488: WSH_XC_UTIL.Close_Exceptions (
6489: p_api_version => 1.0,
6490: x_return_status => l_return_status,

Line 6488: WSH_XC_UTIL.Close_Exceptions (

6484: -- Close Exceptions for the Delivery
6485: IF l_debug_on THEN
6486: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Close_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL);
6487: END IF;
6488: WSH_XC_UTIL.Close_Exceptions (
6489: p_api_version => 1.0,
6490: x_return_status => l_return_status,
6491: x_msg_count => l_msg_count,
6492: x_msg_data => l_msg_data,

Line 7616: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Close_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL);

7612: --
7613:
7614: -- Close Exceptions for delivery and its contents
7615: IF l_debug_on THEN
7616: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Close_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL);
7617: END IF;
7618: WSH_XC_UTIL.Close_Exceptions (
7619: p_api_version => 1.0,
7620: x_return_status => l_return_status,

Line 7618: WSH_XC_UTIL.Close_Exceptions (

7614: -- Close Exceptions for delivery and its contents
7615: IF l_debug_on THEN
7616: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Close_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL);
7617: END IF;
7618: WSH_XC_UTIL.Close_Exceptions (
7619: p_api_version => 1.0,
7620: x_return_status => l_return_status,
7621: x_msg_count => l_msg_count,
7622: x_msg_data => l_msg_data,

Line 7882: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Close_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL);

7878: -- Workflow Changes ==/
7879:
7880: -- Close Exceptions for delivery and its contents
7881: IF l_debug_on THEN
7882: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Close_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL);
7883: END IF;
7884: WSH_XC_UTIL.Close_Exceptions (
7885: p_api_version => 1.0,
7886: x_return_status => l_return_status,

Line 7884: WSH_XC_UTIL.Close_Exceptions (

7880: -- Close Exceptions for delivery and its contents
7881: IF l_debug_on THEN
7882: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Close_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL);
7883: END IF;
7884: WSH_XC_UTIL.Close_Exceptions (
7885: p_api_version => 1.0,
7886: x_return_status => l_return_status,
7887: x_msg_count => l_msg_count,
7888: x_msg_data => l_msg_data,