DBA Data[Home] [Help]

APPS.WSH_DELIVERY_VALIDATIONS dependencies on WSH_SHIPPING_PARAMS_PVT

Line 3252: l_ship_parameter WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;

3248: record_locked EXCEPTION;
3249: PRAGMA EXCEPTION_INIT(record_locked, -54);
3250: others EXCEPTION;
3251:
3252: l_ship_parameter WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;
3253:
3254:
3255: --
3256: l_debug_on BOOLEAN;

Line 6324: l_param_info WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;

6320: --
6321:
6322: l_dlvy_actions_tab DeliveryActionsTabType;
6323: -- OTM R12 - Bug#5399341
6324: l_param_info WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;
6325:
6326: l_organization_id NUMBER;
6327: l_planned_flag VARCHAR2(1);
6328: l_status_code VARCHAR2(2);

Line 6468: WSH_SHIPPING_PARAMS_PVT.Get(

6464: END IF;
6465: -- OTM R12
6466: -- Bug 5399341: Get shipping params to figure if the org is OTM enabled.
6467:
6468: WSH_SHIPPING_PARAMS_PVT.Get(
6469: p_organization_id => l_cache_org_id,
6470: x_param_info => l_param_info,
6471: x_return_status => x_return_status
6472: );