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 3026: l_exceptions_tab wsh_xc_util.XC_TAB_TYPE;

3022: l_close_confirm_flag VARCHAR2(1):= NULL;
3023: --
3024:
3025: -- Exception Changes
3026: l_exceptions_tab wsh_xc_util.XC_TAB_TYPE;
3027: l_exp_logged BOOLEAN := FALSE;
3028:
3029: -- Pack J, table indexed by delivery_id to store whether ITM screening is required.
3030: l_itm_exc_flag wsh_util_core.column_Tab_Type;

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

3762: --
3763:
3764: -- Check for Exceptions against Delivery and Contents of Delivery
3765: IF l_debug_on THEN
3766: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Check_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL);
3767: END IF;
3768: l_exceptions_tab.delete;
3769: l_exp_logged := FALSE;
3770: WSH_XC_UTIL.Check_Exceptions (

Line 3770: WSH_XC_UTIL.Check_Exceptions (

3766: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Check_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL);
3767: END IF;
3768: l_exceptions_tab.delete;
3769: l_exp_logged := FALSE;
3770: WSH_XC_UTIL.Check_Exceptions (
3771: p_api_version => 1.0,
3772: x_return_status => l_return_status,
3773: x_msg_count => l_msg_count,
3774: x_msg_data => l_msg_data,

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

6622: end if ;
6623:
6624: -- Close Exceptions for the Delivery
6625: IF l_debug_on THEN
6626: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Close_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL);
6627: END IF;
6628: WSH_XC_UTIL.Close_Exceptions (
6629: p_api_version => 1.0,
6630: x_return_status => l_return_status,

Line 6628: WSH_XC_UTIL.Close_Exceptions (

6624: -- Close Exceptions for the Delivery
6625: IF l_debug_on THEN
6626: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Close_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL);
6627: END IF;
6628: WSH_XC_UTIL.Close_Exceptions (
6629: p_api_version => 1.0,
6630: x_return_status => l_return_status,
6631: x_msg_count => l_msg_count,
6632: x_msg_data => l_msg_data,

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

7808: --
7809:
7810: -- Close Exceptions for delivery and its contents
7811: IF l_debug_on THEN
7812: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Close_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL);
7813: END IF;
7814: WSH_XC_UTIL.Close_Exceptions (
7815: p_api_version => 1.0,
7816: x_return_status => l_return_status,

Line 7814: WSH_XC_UTIL.Close_Exceptions (

7810: -- Close Exceptions for delivery and its contents
7811: IF l_debug_on THEN
7812: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Close_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL);
7813: END IF;
7814: WSH_XC_UTIL.Close_Exceptions (
7815: p_api_version => 1.0,
7816: x_return_status => l_return_status,
7817: x_msg_count => l_msg_count,
7818: x_msg_data => l_msg_data,

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

8074: -- Workflow Changes ==/
8075:
8076: -- Close Exceptions for delivery and its contents
8077: IF l_debug_on THEN
8078: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Close_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL);
8079: END IF;
8080: WSH_XC_UTIL.Close_Exceptions (
8081: p_api_version => 1.0,
8082: x_return_status => l_return_status,

Line 8080: WSH_XC_UTIL.Close_Exceptions (

8076: -- Close Exceptions for delivery and its contents
8077: IF l_debug_on THEN
8078: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.Close_Exceptions',WSH_DEBUG_SV.C_PROC_LEVEL);
8079: END IF;
8080: WSH_XC_UTIL.Close_Exceptions (
8081: p_api_version => 1.0,
8082: x_return_status => l_return_status,
8083: x_msg_count => l_msg_count,
8084: x_msg_data => l_msg_data,