DBA Data[Home] [Help]

APPS.WSH_OTM_RIQ_XML dependencies on WSH_SHIPPING_PARAMS_PVT

Line 6261: l_param_info WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;

6257: l_msg_count NUMBER := 0;
6258: l_msg_data VARCHAR2(2000);
6259:
6260: --OTM R12 Org-Specific
6261: l_param_info WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;
6262: l_gc3_is_installed VARCHAR2(1);
6263:
6264: --
6265: l_debug_on BOOLEAN;

Line 6384: WSH_SHIPPING_PARAMS_PVT.Get(

6380: --OTM R12 Org-Specific start . Added the check l_param_info.otm_enabled = 'Y and
6381: --the corresponding ELSE part.
6382: IF (nvl(l_param_info.organization_id,FND_API.G_MISS_NUM) <>
6383: x_source_header_tab(i).ship_from_org_id) THEN --{
6384: WSH_SHIPPING_PARAMS_PVT.Get(
6385: p_organization_id => x_source_header_tab(i).ship_from_org_id,
6386: x_param_info => l_param_info,
6387: x_return_status => l_return_status);
6388: