DBA Data[Home] [Help]

APPS.WSH_DELIVERIES_PUB dependencies on WSH_DELIVERIES_GRP

Line 733: l_delivery_in_rec wsh_deliveries_grp.Del_In_Rec_Type;

729: l_message VARCHAR2(50);
730: l_num_errors NUMBER;
731: l_num_warnings NUMBER;
732: l_rec_attr_tab wsh_new_deliveries_pvt.delivery_attr_tbl_type;
733: l_delivery_in_rec wsh_deliveries_grp.Del_In_Rec_Type;
734: l_del_out_rec_tab wsh_deliveries_grp.Del_Out_Tbl_Type;
735: l_return_status VARCHAR2(1);
736: l_commit VARCHAR2(100) := FND_API.G_FALSE;
737: l_weight_uom_code VARCHAR2(10);

Line 734: l_del_out_rec_tab wsh_deliveries_grp.Del_Out_Tbl_Type;

730: l_num_errors NUMBER;
731: l_num_warnings NUMBER;
732: l_rec_attr_tab wsh_new_deliveries_pvt.delivery_attr_tbl_type;
733: l_delivery_in_rec wsh_deliveries_grp.Del_In_Rec_Type;
734: l_del_out_rec_tab wsh_deliveries_grp.Del_Out_Tbl_Type;
735: l_return_status VARCHAR2(1);
736: l_commit VARCHAR2(100) := FND_API.G_FALSE;
737: l_weight_uom_code VARCHAR2(10);
738: l_volume_uom_code VARCHAR2(10);

Line 1035: l_action_prms wsh_deliveries_grp.action_parameters_rectype;

1031: --
1032: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'DELIVERY_ACTION_PUB';
1033: --
1034: --
1035: l_action_prms wsh_deliveries_grp.action_parameters_rectype;
1036: l_del_action_out_rec wsh_deliveries_grp.Delivery_Action_Out_Rec_Type;
1037: l_delivery_id_tab wsh_util_core.id_tab_type;
1038: --
1039: l_delivery_id NUMBER := p_delivery_id;

Line 1036: l_del_action_out_rec wsh_deliveries_grp.Delivery_Action_Out_Rec_Type;

1032: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'DELIVERY_ACTION_PUB';
1033: --
1034: --
1035: l_action_prms wsh_deliveries_grp.action_parameters_rectype;
1036: l_del_action_out_rec wsh_deliveries_grp.Delivery_Action_Out_Rec_Type;
1037: l_delivery_id_tab wsh_util_core.id_tab_type;
1038: --
1039: l_delivery_id NUMBER := p_delivery_id;
1040: --