DBA Data[Home] [Help]

APPS.OKE_DTS_INTEGRATION_PKG dependencies on WSH_INTERFACE

Line 965: WSH_interface_pub.create_shipment_lines(l_ship_rec, l_id, l_return_status);

961: END IF;
962: /* Bug 6011322 end */
963:
964: -- call api
965: WSH_interface_pub.create_shipment_lines(l_ship_rec, l_id, l_return_status);
966:
967: if l_return_status = oke_api.g_ret_sts_success then
968: -- update deliverable table
969: update oke_k_deliverables_b

Line 2567: l_changed_attributes WSH_INTERFACE.ChangedAttributeTabType;

2563: ) IS
2564: l_header_id NUMBER;
2565: l_shipping_request_id NUMBER;
2566: l_uom_code VARCHAR2(3);
2567: l_changed_attributes WSH_INTERFACE.ChangedAttributeTabType;
2568:
2569: CURSOR dlvbl_c IS
2570: SELECT k_header_id, uom_code, shipping_request_id
2571: FROM oke_k_deliverables_b

Line 2593: WSH_INTERFACE.Update_Shipping_Attributes (

2589: l_changed_attributes(1).order_quantity_uom := l_uom_code;
2590: l_changed_attributes(1).source_code := 'OKE';
2591: l_changed_attributes(1).action_flag := 'U';
2592: l_changed_attributes(1).ordered_quantity := 0;
2593: WSH_INTERFACE.Update_Shipping_Attributes (
2594: p_source_code => 'OKE',
2595: p_changed_attributes => l_changed_attributes,
2596: x_return_status => X_RETURN_STATUS
2597: );