DBA Data[Home] [Help]

APPS.WSH_TP_RELEASE dependencies on WSH_EXTERNAL_INTERFACE_SV

Line 298: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.get_warehouse_type

294:
295: --2. add check to see if del is TPW or CMS if action is 'INCLUDE_PLAN'
296: IF l_ignoreplan='N' THEN
297: FOR cur IN c_get_del_org(l_del_cur.delivery_id) LOOP
298: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.get_warehouse_type
299: (p_organization_id => cur.organization_id,
300: x_return_status => l_return_status,
301: p_delivery_id => l_del_cur.delivery_id,
302: p_msg_display => 'N');

Line 687: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type

683: -- moved the if condition inside the loop
684: FOR cur IN c_get_del_org(p_in_ids(i)) LOOP
685: --
686: IF l_ignoreplan='N' THEN
687: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type
688: (p_organization_id => cur.organization_id,
689: x_return_status => l_return_status,
690: p_delivery_id => p_in_ids(i),
691: p_msg_display => 'N');

Line 1204: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type

1200:
1201: --2. add check to see if detail is TPW or CMS if action is 'INCLUDE_PLAN'
1202: IF l_ignoreplan='N' THEN
1203: FOR cur IN c_get_det_org(p_in_ids(i)) LOOP
1204: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type
1205: (p_organization_id => cur.organization_id,
1206: x_return_status => l_return_status,
1207: p_delivery_detail_id => p_in_ids(i),
1208: p_msg_display => 'N');