DBA Data[Home] [Help]

APPS.WSH_INTERFACE_EXT_GRP dependencies on WSH_DELIVERIES_GRP

Line 177: x_out_rec OUT NOCOPY WSH_DELIVERIES_GRP.action_parameters_rectype) IS

173: END Handle_missing_info;
174:
175: Procedure Map_del_act_params_rectype(
176: p_in_rec IN WSH_INTERFACE_EXT_GRP.del_action_parameters_rectype,
177: x_out_rec OUT NOCOPY WSH_DELIVERIES_GRP.action_parameters_rectype) IS
178:
179: Begin
180: x_out_rec.caller := p_in_rec.caller ;
181: x_out_rec.phase := p_in_rec.phase ;

Line 225: p_in_rec IN WSH_DELIVERIES_GRP.Delivery_Action_Out_Rec_Type,

221: End Map_del_act_params_rectype;
222:
223:
224: Procedure Map_del_act_OutRecType(
225: p_in_rec IN WSH_DELIVERIES_GRP.Delivery_Action_Out_Rec_Type,
226: x_out_rec OUT NOCOPY WSH_INTERFACE_EXT_GRP.Del_Action_Out_Rec_Type) IS
227:
228:
229: Begin

Line 270: l_del_act_params_rectype WSH_DELIVERIES_GRP.action_parameters_rectype;

266: x_msg_count OUT NOCOPY NUMBER,
267: x_msg_data OUT NOCOPY VARCHAR2)
268: IS
269: --
270: l_del_act_params_rectype WSH_DELIVERIES_GRP.action_parameters_rectype;
271: l_Del_Act_Out_Rec_Type WSH_DELIVERIES_GRP.Delivery_Action_Out_Rec_Type;
272:
273:
274: --

Line 271: l_Del_Act_Out_Rec_Type WSH_DELIVERIES_GRP.Delivery_Action_Out_Rec_Type;

267: x_msg_data OUT NOCOPY VARCHAR2)
268: IS
269: --
270: l_del_act_params_rectype WSH_DELIVERIES_GRP.action_parameters_rectype;
271: l_Del_Act_Out_Rec_Type WSH_DELIVERIES_GRP.Delivery_Action_Out_Rec_Type;
272:
273:
274: --
275: BEGIN

Line 302: x_out_rec OUT NOCOPY WSH_DELIVERIES_GRP.Del_In_Rec_Type) IS

298: END Delivery_Action;
299:
300: Procedure Map_Del_InRecType(
301: p_in_rec IN WSH_INTERFACE_EXT_GRP.Del_In_Rec_Type,
302: x_out_rec OUT NOCOPY WSH_DELIVERIES_GRP.Del_In_Rec_Type) IS
303:
304: Begin
305:
306: x_out_rec.caller := p_in_rec.caller ;

Line 466: p_in_tab IN WSH_DELIVERIES_GRP.Del_Out_Tbl_Type,

462: END Map_Del_Attr_Tbl_Type;
463:
464:
465: Procedure Map_Del_OutTblType(
466: p_in_tab IN WSH_DELIVERIES_GRP.Del_Out_Tbl_Type,
467: x_out_tab OUT NOCOPY WSH_INTERFACE_EXT_GRP.Del_Out_Tbl_Type) IS
468:
469:
470: Begin

Line 516: l_Del_In_Rec_Type WSH_DELIVERIES_GRP.Del_In_Rec_Type;

512: x_msg_data OUT NOCOPY VARCHAR2)
513: IS
514: --
515:
516: l_Del_In_Rec_Type WSH_DELIVERIES_GRP.Del_In_Rec_Type;
517: l_Del_Attr_Tbl_Type WSH_NEW_DELIVERIES_PVT.Delivery_Attr_Tbl_Type;
518: l_Del_Out_Tbl_Type WSH_DELIVERIES_GRP.Del_Out_Tbl_Type;
519:
520: --

Line 518: l_Del_Out_Tbl_Type WSH_DELIVERIES_GRP.Del_Out_Tbl_Type;

514: --
515:
516: l_Del_In_Rec_Type WSH_DELIVERIES_GRP.Del_In_Rec_Type;
517: l_Del_Attr_Tbl_Type WSH_NEW_DELIVERIES_PVT.Delivery_Attr_Tbl_Type;
518: l_Del_Out_Tbl_Type WSH_DELIVERIES_GRP.Del_Out_Tbl_Type;
519:
520: --
521: BEGIN
522: --