DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on WSH_XC_UTIL

Line 1024: wsh_xc_util.log_exception(

1020: ||WSH_PR_CRITERIA.release_table(i).delivery_detail_id
1021: || ', ' || l_exception_name);
1022: END IF;
1023:
1024: wsh_xc_util.log_exception(
1025: p_api_version => 1.0,
1026: p_logging_entity => 'SHIPPER',
1027: p_logging_entity_id => FND_GLOBAL.USER_ID,
1028: p_exception_name => l_exception_name,

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

1517: l_exception_msg_count := NULL;
1518: l_exception_msg_data := NULL;
1519: l_dummy_exception_id := NULL;
1520: IF l_debug_on THEN
1521: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION',WSH_DEBUG_SV.C_PROC_LEVEL);
1522: END IF;
1523: WSH_XC_UTIL.Log_Exception(
1524: p_api_version => 1.0,
1525: p_logging_entity => 'SHIPPER',

Line 1523: WSH_XC_UTIL.Log_Exception(

1519: l_dummy_exception_id := NULL;
1520: IF l_debug_on THEN
1521: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION',WSH_DEBUG_SV.C_PROC_LEVEL);
1522: END IF;
1523: WSH_XC_UTIL.Log_Exception(
1524: p_api_version => 1.0,
1525: p_logging_entity => 'SHIPPER',
1526: p_logging_entity_id => FND_GLOBAL.USER_ID,
1527: p_exception_name => 'WSH_INV_EXPECTED_ERROR',

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

2907: l_exception_msg_count := NULL;
2908: l_exception_msg_data := NULL;
2909: l_dummy_exception_id := NULL;
2910: IF l_debug_on THEN
2911: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION'
2912: ,WSH_DEBUG_SV.C_PROC_LEVEL);
2913: END IF;
2914: wsh_xc_util.log_exception(
2915: p_api_version => 1.0,

Line 2914: wsh_xc_util.log_exception(

2910: IF l_debug_on THEN
2911: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION'
2912: ,WSH_DEBUG_SV.C_PROC_LEVEL);
2913: END IF;
2914: wsh_xc_util.log_exception(
2915: p_api_version => 1.0,
2916: p_logging_entity => 'SHIPPER',
2917: p_logging_entity_id => FND_GLOBAL.USER_ID,
2918: p_exception_name => 'WSH_INV_EXPECTED_ERROR',

Line 5083: wsh_xc_util.log_exception(

5079: FND_MESSAGE.SET_NAME('WSH', 'WSH_RATE_CREATE_DEL');
5080: FND_MESSAGE.SET_TOKEN('DELIVERY_ID',to_char(l_out_param_rec.failed_delivery_id_list(j)));
5081: l_message := FND_MESSAGE.Get;
5082: l_dummy_exception_id := NULL;
5083: wsh_xc_util.log_exception(
5084: p_api_version => 1.0,
5085: x_return_status => l_return_status,
5086: x_msg_count => l_exception_msg_count,
5087: x_msg_data => l_exception_msg_data,