DBA Data[Home] [Help]

APPS.WSH_USA_CATEGORIES_PVT dependencies on WSH_SHIPPING_PARAMETERS

Line 933: wsh_shipping_parameters wsp

929:
930: CURSOR c_del_status IS
931: SELECT wnd.status_code,wsp.export_screening_flag
932: FROM wsh_delivery_details wdd, wsh_delivery_assignments wda, wsh_new_deliveries wnd,
933: wsh_shipping_parameters wsp
934: WHERE wdd.source_code = p_source_code
935: AND wdd.source_line_id = p_attributes_rec.source_line_id
936: AND wdd.delivery_detail_id = wda.delivery_detail_id
937: AND wda.delivery_id = wnd.delivery_id

Line 2461: --l_param_info WSH_SHIPPING_PARAMETERS.Parameter_Rec_Type;

2457: l_status VARCHAR2(1);
2458: l_status_count NUMBER;
2459: l_mo_line_id NUMBER;
2460: l_ship_set NUMBER;
2461: --l_param_info WSH_SHIPPING_PARAMETERS.Parameter_Rec_Type;
2462: l_mo_line_rec INV_Move_Order_PUB.Trolin_Rec_Type;
2463: -- HW OPMCONV. Removed OPM variables
2464:
2465: l_trolin_tbl INV_MOVE_ORDER_PUB.Trolin_Tbl_Type;