DBA Data[Home] [Help]

APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on WSH_SHIPPING_PARAMS_PVT

Line 3197: l_ship_params WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;

3193: -- bug 1651076
3194: l_source_code varchar2(40) := NULL;
3195:
3196: /* H Integration: 940/945 cogs wrudge */
3197: l_ship_params WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;
3198: l_sp_ret_status VARCHAR2(1);
3199:
3200:
3201: -- Bug 2231732 encumbrance enhancement

Line 3878: wsh_shipping_params_pvt.get(

3874: ELSE
3875: WSH_UTIL_CORE.PRINTMsg ( 'No Distribution account ' || l_account );
3876: END IF;
3877: WSH_UTIL_CORE.PRINTMsg ('Use default distribution account defined for the organization');
3878: wsh_shipping_params_pvt.get(
3879: p_organization_id => l_mtl_txn_if_rec.organization_id(l_index),
3880: x_param_info => l_ship_params,
3881: x_return_status => l_sp_ret_status);
3882:

Line 3884: WSH_DEBUG_SV.log(l_module_name,'wsh_shipping_params_pvt.get l_sp_ret_status',l_sp_ret_status);

3880: x_param_info => l_ship_params,
3881: x_return_status => l_sp_ret_status);
3882:
3883: IF l_debug_on THEN
3884: WSH_DEBUG_SV.log(l_module_name,'wsh_shipping_params_pvt.get l_sp_ret_status',l_sp_ret_status);
3885: END IF;
3886: IF l_sp_ret_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN
3887: wsh_util_core.printmsg('Unable to get shipping parameters for org '
3888: || l_mtl_txn_if_rec.organization_id(l_index));

Line 4051: wsh_shipping_params_pvt.get(

4047:
4048: IF l_account IS NULL THEN
4049: WSH_UTIL_CORE.PrintMsg('OKE_SHIPPING_EXT.Cost_Of_Sales_Account returns NULL value');
4050: WSH_UTIL_CORE.PRINTMsg ('Use default distribution account defined for the organization');
4051: wsh_shipping_params_pvt.get(
4052: p_organization_id => l_mtl_txn_if_rec.organization_id(l_index),
4053: x_param_info => l_ship_params,
4054: x_return_status => l_sp_ret_status);
4055: IF l_sp_ret_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN

Line 4095: wsh_shipping_params_pvt.get(

4091: WSH_DEBUG_SV.log(l_module_name,'l_source_code',l_source_code);
4092: WSH_DEBUG_SV.log(l_module_name,'l_trx_source_id',l_trx_source_id);
4093: END IF;
4094:
4095: wsh_shipping_params_pvt.get(
4096: p_organization_id => l_mtl_txn_if_rec.organization_id(l_index),
4097: x_param_info => l_ship_params,
4098: x_return_status => l_sp_ret_status);
4099: IF l_sp_ret_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN