DBA Data[Home] [Help]

APPS.FTE_TENDER_PVT dependencies on WSH_XC_UTIL

Line 3270: wsh_xc_util.log_exception(

3266: l_pexception_name :='FTE_CARRIER_PTIME';
3267:
3268:
3269:
3270: wsh_xc_util.log_exception(
3271: p_api_version => 1.0,
3272: x_return_status => l_preturn_status,
3273: x_msg_count => l_pexception_msg_count,
3274: x_msg_data => l_pexception_msg_data,

Line 3317: wsh_xc_util.log_exception(

3313: if ( (ABS(p_planned_arrival_date - p_carrier_est_arrival_date)* 24) > l_arrival_time) then
3314: l_dmsg := FND_MESSAGE.Get_String('FTE', 'FTE_CARRIER_DTIME');
3315: l_dexception_name :='FTE_CARRIER_DTIME';
3316:
3317: wsh_xc_util.log_exception(
3318: p_api_version => 1.0,
3319: x_return_status => l_dreturn_status,
3320: x_msg_count => l_dexception_msg_count,
3321: x_msg_data => l_dexception_msg_data,

Line 3597: WSH_XC_UTIL.change_status (

3593: l_new_status := 'CLOSED';
3594: l_msg_count := NULL;
3595: l_msg_data := NULL;
3596:
3597: WSH_XC_UTIL.change_status (
3598: p_api_version => 1.0,
3599: p_init_msg_list => FND_API.g_false,
3600: p_commit => FND_API.g_false,
3601: p_validation_level => l_validation_level,