DBA Data[Home] [Help]

APPS.WSH_DCP_PVT dependencies on WSH_NEW_DELIVERIES

Line 62: wnd_delivery_id wsh_new_deliveries.delivery_id%TYPE,

58: ol_fulfilled_quantity oe_order_lines_all.fulfilled_quantity%TYPE,
59: ol_invoiced_quantity oe_order_lines_all.invoiced_quantity%TYPE,
60: oh_order_number oe_order_headers_all.order_number%TYPE,
61: oh_ship_from_org_id oe_order_headers_all.ship_from_org_id%TYPE,
62: wnd_delivery_id wsh_new_deliveries.delivery_id%TYPE,
63: wnd_status_code wsh_new_deliveries.status_code%TYPE,
64: wts_status_code wsh_trip_stops.status_code%TYPE,
65: wdl_delivery_leg_id wsh_delivery_legs.delivery_leg_id%TYPE
66: );

Line 63: wnd_status_code wsh_new_deliveries.status_code%TYPE,

59: ol_invoiced_quantity oe_order_lines_all.invoiced_quantity%TYPE,
60: oh_order_number oe_order_headers_all.order_number%TYPE,
61: oh_ship_from_org_id oe_order_headers_all.ship_from_org_id%TYPE,
62: wnd_delivery_id wsh_new_deliveries.delivery_id%TYPE,
63: wnd_status_code wsh_new_deliveries.status_code%TYPE,
64: wts_status_code wsh_trip_stops.status_code%TYPE,
65: wdl_delivery_leg_id wsh_delivery_legs.delivery_leg_id%TYPE
66: );
67:

Line 125: p_dlvy_table IN WSH_NEW_DELIVERIES_PVT.Delivery_Attr_Tbl_Type);

121: Procedure Check_Detail(p_action_code IN VARCHAR2,
122: p_dtl_table IN wsh_glbl_var_strct_grp.Delivery_Details_Attr_Tbl_Type);
123:
124: Procedure Check_Delivery(p_action_code IN VARCHAR2,
125: p_dlvy_table IN WSH_NEW_DELIVERIES_PVT.Delivery_Attr_Tbl_Type);
126:
127: Procedure Check_Pick_Release(p_batch_id IN NUMBER);
128:
129: