DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on WSH_XC_UTIL

Line 1044: wsh_xc_util.log_exception(

1040: ||WSH_PR_CRITERIA.release_table(i).delivery_detail_id
1041: || ', ' || l_exception_name);
1042: END IF;
1043:
1044: wsh_xc_util.log_exception(
1045: p_api_version => 1.0,
1046: p_logging_entity => 'SHIPPER',
1047: p_logging_entity_id => FND_GLOBAL.USER_ID,
1048: p_exception_name => l_exception_name,

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

1578: l_exception_msg_count := NULL;
1579: l_exception_msg_data := NULL;
1580: l_dummy_exception_id := NULL;
1581: IF l_debug_on THEN
1582: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION',WSH_DEBUG_SV.C_PROC_LEVEL);
1583: END IF;
1584: WSH_XC_UTIL.Log_Exception(
1585: p_api_version => 1.0,
1586: p_logging_entity => 'SHIPPER',

Line 1584: WSH_XC_UTIL.Log_Exception(

1580: l_dummy_exception_id := NULL;
1581: IF l_debug_on THEN
1582: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION',WSH_DEBUG_SV.C_PROC_LEVEL);
1583: END IF;
1584: WSH_XC_UTIL.Log_Exception(
1585: p_api_version => 1.0,
1586: p_logging_entity => 'SHIPPER',
1587: p_logging_entity_id => FND_GLOBAL.USER_ID,
1588: p_exception_name => 'WSH_INV_EXPECTED_ERROR',

Line 2985: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION'

2981: l_exception_msg_count := NULL;
2982: l_exception_msg_data := NULL;
2983: l_dummy_exception_id := NULL;
2984: IF l_debug_on THEN
2985: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION'
2986: ,WSH_DEBUG_SV.C_PROC_LEVEL);
2987: END IF;
2988: wsh_xc_util.log_exception(
2989: p_api_version => 1.0,

Line 2988: wsh_xc_util.log_exception(

2984: IF l_debug_on THEN
2985: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION'
2986: ,WSH_DEBUG_SV.C_PROC_LEVEL);
2987: END IF;
2988: wsh_xc_util.log_exception(
2989: p_api_version => 1.0,
2990: p_logging_entity => 'SHIPPER',
2991: p_logging_entity_id => FND_GLOBAL.USER_ID,
2992: p_exception_name => 'WSH_INV_EXPECTED_ERROR',

Line 5185: wsh_xc_util.log_exception(

5181: FND_MESSAGE.SET_NAME('WSH', 'WSH_RATE_CREATE_DEL');
5182: FND_MESSAGE.SET_TOKEN('DELIVERY_ID',to_char(l_out_param_rec.failed_delivery_id_list(j)));
5183: l_message := FND_MESSAGE.Get;
5184: l_dummy_exception_id := NULL;
5185: wsh_xc_util.log_exception(
5186: p_api_version => 1.0,
5187: x_return_status => l_return_status,
5188: x_msg_count => l_exception_msg_count,
5189: x_msg_data => l_exception_msg_data,