DBA Data[Home] [Help]

APPS.WSH_DELIVERIES_PUB dependencies on WSH_DELIVERIES_GRP

Line 711: l_delivery_in_rec wsh_deliveries_grp.Del_In_Rec_Type;

707: l_message VARCHAR2(50);
708: l_num_errors NUMBER;
709: l_num_warnings NUMBER;
710: l_rec_attr_tab wsh_new_deliveries_pvt.delivery_attr_tbl_type;
711: l_delivery_in_rec wsh_deliveries_grp.Del_In_Rec_Type;
712: l_del_out_rec_tab wsh_deliveries_grp.Del_Out_Tbl_Type;
713: l_return_status VARCHAR2(1);
714: l_commit VARCHAR2(100) := FND_API.G_FALSE;
715: --

Line 712: l_del_out_rec_tab wsh_deliveries_grp.Del_Out_Tbl_Type;

708: l_num_errors NUMBER;
709: l_num_warnings NUMBER;
710: l_rec_attr_tab wsh_new_deliveries_pvt.delivery_attr_tbl_type;
711: l_delivery_in_rec wsh_deliveries_grp.Del_In_Rec_Type;
712: l_del_out_rec_tab wsh_deliveries_grp.Del_Out_Tbl_Type;
713: l_return_status VARCHAR2(1);
714: l_commit VARCHAR2(100) := FND_API.G_FALSE;
715: --
716: l_debug_on BOOLEAN;

Line 948: l_action_prms wsh_deliveries_grp.action_parameters_rectype;

944: --
945: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'DELIVERY_ACTION_PUB';
946: --
947: --
948: l_action_prms wsh_deliveries_grp.action_parameters_rectype;
949: l_del_action_out_rec wsh_deliveries_grp.Delivery_Action_Out_Rec_Type;
950: l_delivery_id_tab wsh_util_core.id_tab_type;
951: --
952: l_delivery_id NUMBER := p_delivery_id;

Line 949: l_del_action_out_rec wsh_deliveries_grp.Delivery_Action_Out_Rec_Type;

945: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'DELIVERY_ACTION_PUB';
946: --
947: --
948: l_action_prms wsh_deliveries_grp.action_parameters_rectype;
949: l_del_action_out_rec wsh_deliveries_grp.Delivery_Action_Out_Rec_Type;
950: l_delivery_id_tab wsh_util_core.id_tab_type;
951: --
952: l_delivery_id NUMBER := p_delivery_id;
953: --