DBA Data[Home] [Help]

APPS.WSH_VENDOR_PARTY_MERGE_PKG dependencies on WSH_XC_UTIL

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

497: l_msg := FND_MESSAGE.GET;
498: WSH_UTIL_CORE.printMsg(l_msg);
499: --
500: IF l_debug_on THEN
501: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION',WSH_DEBUG_SV.C_PROC_LEVEL);
502: END IF;
503: --
504: wsh_xc_util.log_exception (
505: p_api_version => 1.0,

Line 504: wsh_xc_util.log_exception (

500: IF l_debug_on THEN
501: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION',WSH_DEBUG_SV.C_PROC_LEVEL);
502: END IF;
503: --
504: wsh_xc_util.log_exception (
505: p_api_version => 1.0,
506: p_exception_name => 'WSH_IB_SF_LOCN_CODE_CHG',
507: p_logging_entity => 'SHIPPER',
508: p_logging_entity_id => FND_GLOBAL.USER_ID,

Line 520: WSH_DEBUG_SV.log(l_module_name,'Return Status from WSH_XC_UTIL.LOG_EXCEPTION is ', l_return_status);

516: p_logged_at_location_id => p_location_id
517: );
518: --
519: IF l_debug_on THEN
520: WSH_DEBUG_SV.log(l_module_name,'Return Status from WSH_XC_UTIL.LOG_EXCEPTION is ', l_return_status);
521: END IF;
522: --
523: wsh_util_core.api_post_call(
524: p_return_status => l_return_status,

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

756: l_msg := FND_MESSAGE.GET;
757: WSH_UTIL_CORE.printMsg(l_msg);
758: --
759: IF l_debug_on THEN
760: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION',WSH_DEBUG_SV.C_PROC_LEVEL);
761: END IF;
762: --
763: wsh_xc_util.log_exception (
764: p_api_version => 1.0,

Line 763: wsh_xc_util.log_exception (

759: IF l_debug_on THEN
760: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION',WSH_DEBUG_SV.C_PROC_LEVEL);
761: END IF;
762: --
763: wsh_xc_util.log_exception (
764: p_api_version => 1.0,
765: p_exception_name => 'WSH_IB_SF_LOCN_CODE_CHG',
766: p_logging_entity => 'SHIPPER',
767: p_logging_entity_id => FND_GLOBAL.USER_ID,

Line 779: WSH_DEBUG_SV.log(l_module_name,'Return Status from WSH_XC_UTIL.LOG_EXCEPTION is ', l_return_status);

775: p_logged_at_location_id => p_location_id
776: );
777: --
778: IF l_debug_on THEN
779: WSH_DEBUG_SV.log(l_module_name,'Return Status from WSH_XC_UTIL.LOG_EXCEPTION is ', l_return_status);
780: END IF;
781: --
782: wsh_util_core.api_post_call(
783: p_return_status => l_return_status,

Line 2369: wsh_xc_util.log_exception (

2365: WSH_UTIL_CORE.printMsg(l_msg);
2366: --
2367: l_exception_id := NULL;
2368: --
2369: wsh_xc_util.log_exception (
2370: p_api_version => 1.0,
2371: p_exception_name => 'WSH_IB_RR_NUMBER_CHG',
2372: p_logging_entity => 'SHIPPER',
2373: p_logging_entity_id => FND_GLOBAL.USER_ID,

Line 2386: WSH_DEBUG_SV.logmsg(l_module_name,'Return Status from WSH_XC_UTIL.LOG_EXCEPTION is ' || l_return_status, WSH_DEBUG_SV.C_PROC_LEVEL);

2382: );
2383: --
2384: IF l_debug_on THEN
2385: --
2386: WSH_DEBUG_SV.logmsg(l_module_name,'Return Status from WSH_XC_UTIL.LOG_EXCEPTION is ' || l_return_status, WSH_DEBUG_SV.C_PROC_LEVEL);
2387: --
2388: END IF;
2389: --
2390: wsh_util_core.api_post_call(

Line 3844: WSH_XC_UTIL.Log_Exception

3840: l_msg_count := NULL;
3841: l_msg_data := NULL;
3842: l_exception_id := NULL;
3843:
3844: WSH_XC_UTIL.Log_Exception
3845: (
3846: p_api_version => 1.0,
3847: x_return_status => l_return_status,
3848: x_msg_count => l_msg_count,

Line 3868: WSH_DEBUG_SV.log(l_module_name,'Error returned from API WSH_XC_UTIL.Log_Exception');

3864: WSH_UTIL_CORE.G_RET_STS_WARNING) )
3865: THEN
3866: --
3867: IF ( l_debug_on ) THEN
3868: WSH_DEBUG_SV.log(l_module_name,'Error returned from API WSH_XC_UTIL.Log_Exception');
3869: END IF;
3870: RAISE FND_API.G_EXC_ERROR;
3871: --
3872: END IF;

Line 4050: WSH_XC_UTIL.Log_Exception

4046: l_msg_count := NULL;
4047: l_msg_data := NULL;
4048: l_exception_id := NULL;
4049:
4050: WSH_XC_UTIL.Log_Exception
4051: (
4052: p_api_version => 1.0,
4053: x_return_status => l_return_status,
4054: x_msg_count => l_msg_count,

Line 4074: WSH_DEBUG_SV.log(l_module_name,'Error returned from API WSH_XC_UTIL.Log_Exception');

4070: WSH_UTIL_CORE.G_RET_STS_WARNING) )
4071: THEN
4072: --
4073: IF ( l_debug_on ) THEN
4074: WSH_DEBUG_SV.log(l_module_name,'Error returned from API WSH_XC_UTIL.Log_Exception');
4075: END IF;
4076: RAISE FND_API.G_EXC_ERROR;
4077: --
4078: END IF;

Line 4096: WSH_XC_UTIL.Log_Exception

4092: l_msg_count := NULL;
4093: l_msg_data := NULL;
4094: l_exception_id := NULL;
4095:
4096: WSH_XC_UTIL.Log_Exception
4097: (
4098: p_api_version => 1.0,
4099: x_return_status => l_return_status,
4100: x_msg_count => l_msg_count,

Line 4120: WSH_DEBUG_SV.log(l_module_name,'Error returned from API WSH_XC_UTIL.Log_Exception');

4116: WSH_UTIL_CORE.G_RET_STS_WARNING) )
4117: THEN
4118: --
4119: IF ( l_debug_on ) THEN
4120: WSH_DEBUG_SV.log(l_module_name,'Error returned from API WSH_XC_UTIL.Log_Exception');
4121: END IF;
4122: --
4123: RAISE FND_API.G_EXC_ERROR;
4124: END IF;

Line 4305: WSH_XC_UTIL.Log_Exception

4301: l_msg_count := NULL;
4302: l_msg_data := NULL;
4303: l_exception_id := NULL;
4304:
4305: WSH_XC_UTIL.Log_Exception
4306: (
4307: p_api_version => 1.0,
4308: x_return_status => l_return_status,
4309: x_msg_count => l_msg_count,

Line 4329: WSH_DEBUG_SV.log(l_module_name,'Error returned from API WSH_XC_UTIL.Log_Exception');

4325: WSH_UTIL_CORE.G_RET_STS_WARNING) )
4326: THEN
4327: --
4328: IF ( l_debug_on ) THEN
4329: WSH_DEBUG_SV.log(l_module_name,'Error returned from API WSH_XC_UTIL.Log_Exception');
4330: END IF;
4331: --
4332: END IF;
4333: END LOOP;