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 614: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type

610: -- moved the if condition inside the loop
611: FOR cur IN c_get_del_org(p_in_ids(i)) LOOP
612: --
613: IF l_ignoreplan='N' THEN
614: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type
615: (p_organization_id => cur.organization_id,
616: x_return_status => l_return_status,
617: p_delivery_id => p_in_ids(i),
618: p_msg_display => 'N');

Line 1059: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type

1055:
1056: --2. add check to see if detail is TPW or CMS if action is 'INCLUDE_PLAN'
1057: IF l_ignoreplan='N' THEN
1058: FOR cur IN c_get_det_org(p_in_ids(i)) LOOP
1059: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type
1060: (p_organization_id => cur.organization_id,
1061: x_return_status => l_return_status,
1062: p_delivery_detail_id => p_in_ids(i),
1063: p_msg_display => 'N');