DBA Data[Home] [Help]

APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on WSH_SHIPPING_PARAMS_PVT

Line 2588: l_ship_params WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;

2584: -- bug 1651076
2585: l_source_code varchar2(40) := NULL;
2586:
2587: /* H Integration: 940/945 cogs wrudge */
2588: l_ship_params WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;
2589: l_sp_ret_status VARCHAR2(1);
2590:
2591:
2592: -- Bug 2231732 encumbrance enhancement

Line 3259: wsh_shipping_params_pvt.get(

3255: ELSE
3256: WSH_UTIL_CORE.PRINTMsg ( 'No Distribution account ' || l_account );
3257: END IF;
3258: WSH_UTIL_CORE.PRINTMsg ('Use default distribution account defined for the organization');
3259: wsh_shipping_params_pvt.get(
3260: p_organization_id => l_mtl_txn_if_rec.organization_id(l_index),
3261: x_param_info => l_ship_params,
3262: x_return_status => l_sp_ret_status);
3263:

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

3261: x_param_info => l_ship_params,
3262: x_return_status => l_sp_ret_status);
3263:
3264: IF l_debug_on THEN
3265: WSH_DEBUG_SV.log(l_module_name,'wsh_shipping_params_pvt.get l_sp_ret_status',l_sp_ret_status);
3266: END IF;
3267: IF l_sp_ret_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN
3268: wsh_util_core.printmsg('Unable to get shipping parameters for org '
3269: || l_mtl_txn_if_rec.organization_id(l_index));

Line 3432: wsh_shipping_params_pvt.get(

3428:
3429: IF l_account IS NULL THEN
3430: WSH_UTIL_CORE.PrintMsg('OKE_SHIPPING_EXT.Cost_Of_Sales_Account returns NULL value');
3431: WSH_UTIL_CORE.PRINTMsg ('Use default distribution account defined for the organization');
3432: wsh_shipping_params_pvt.get(
3433: p_organization_id => l_mtl_txn_if_rec.organization_id(l_index),
3434: x_param_info => l_ship_params,
3435: x_return_status => l_sp_ret_status);
3436: IF l_sp_ret_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN

Line 3476: wsh_shipping_params_pvt.get(

3472: WSH_DEBUG_SV.log(l_module_name,'l_source_code',l_source_code);
3473: WSH_DEBUG_SV.log(l_module_name,'l_trx_source_id',l_trx_source_id);
3474: END IF;
3475:
3476: wsh_shipping_params_pvt.get(
3477: p_organization_id => l_mtl_txn_if_rec.organization_id(l_index),
3478: x_param_info => l_ship_params,
3479: x_return_status => l_sp_ret_status);
3480: IF l_sp_ret_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN