DBA Data[Home] [Help]

APPS.WSH_DELIVERY_VALIDATIONS dependencies on WSH_SHIPPING_PARAMS_PVT

Line 3326: l_ship_parameter WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;

3322: record_locked EXCEPTION;
3323: PRAGMA EXCEPTION_INIT(record_locked, -54);
3324: others EXCEPTION;
3325:
3326: l_ship_parameter WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;
3327:
3328:
3329: --
3330: l_debug_on BOOLEAN;

Line 6497: l_param_info WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;

6493: --
6494:
6495: l_dlvy_actions_tab DeliveryActionsTabType;
6496: -- OTM R12 - Bug#5399341
6497: l_param_info WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;
6498:
6499: l_organization_id NUMBER;
6500: l_planned_flag VARCHAR2(1);
6501: l_status_code VARCHAR2(2);

Line 6642: WSH_SHIPPING_PARAMS_PVT.Get(

6638: END IF;
6639: -- OTM R12
6640: -- Bug 5399341: Get shipping params to figure if the org is OTM enabled.
6641:
6642: WSH_SHIPPING_PARAMS_PVT.Get(
6643: p_organization_id => l_cache_org_id,
6644: p_client_id => p_dlvy_rec_tab(j).client_id, -- LSP PROJECT : Client defaults should be considered.
6645: x_param_info => l_param_info,
6646: x_return_status => x_return_status