DBA Data[Home] [Help]

APPS.WSH_USA_CATEGORIES_PVT dependencies on WSH_SHIPPING_PARAMETERS

Line 911: wsh_shipping_parameters wsp

907:
908: CURSOR c_del_status IS
909: SELECT wnd.status_code,wsp.export_screening_flag
910: FROM wsh_delivery_details wdd, wsh_delivery_assignments wda, wsh_new_deliveries wnd,
911: wsh_shipping_parameters wsp
912: WHERE wdd.source_code = p_source_code
913: AND wdd.source_line_id = p_attributes_rec.source_line_id
914: AND wdd.delivery_detail_id = wda.delivery_detail_id
915: AND wda.delivery_id = wnd.delivery_id

Line 2303: --l_param_info WSH_SHIPPING_PARAMETERS.Parameter_Rec_Type;

2299: l_status VARCHAR2(1);
2300: l_status_count NUMBER;
2301: l_mo_line_id NUMBER;
2302: l_ship_set NUMBER;
2303: --l_param_info WSH_SHIPPING_PARAMETERS.Parameter_Rec_Type;
2304: l_mo_line_rec INV_Move_Order_PUB.Trolin_Rec_Type;
2305: -- HW OPMCONV. Removed OPM variables
2306:
2307: l_trolin_tbl INV_MOVE_ORDER_PUB.Trolin_Tbl_Type;