DBA Data[Home] [Help]

APPS.WSH_INTERFACE_EXT_GRP dependencies on WSH_GLBL_VAR_STRCT_GRP

Line 555: x_out_rec OUT NOCOPY wsh_glbl_var_strct_grp.dd_action_parameters_rec_type) IS

551:
552:
553: Procedure map_det_act_params_rec_type(
554: p_in_rec IN WSH_INTERFACE_EXT_GRP.det_action_parameters_rec_type,
555: x_out_rec OUT NOCOPY wsh_glbl_var_strct_grp.dd_action_parameters_rec_type) IS
556:
557: Begin
558:
559: x_out_rec.Caller := p_in_rec.Caller ;

Line 581: p_in_rec IN wsh_glbl_var_strct_grp.dd_action_out_rec_type,

577:
578:
579:
580: Procedure map_det_act_OutRecType(
581: p_in_rec IN wsh_glbl_var_strct_grp.dd_action_out_rec_type,
582: x_out_rec OUT NOCOPY WSH_INTERFACE_EXT_GRP.det_action_out_rec_type) IS
583:
584: Begin
585:

Line 625: l_det_act_params_rec_type wsh_glbl_var_strct_grp.dd_action_parameters_rec_type;

621: x_action_out_rec OUT NOCOPY WSH_INTERFACE_EXT_GRP.det_action_out_rec_type
622: ) IS
623:
624: --
625: l_det_act_params_rec_type wsh_glbl_var_strct_grp.dd_action_parameters_rec_type;
626: l_det_action_out_rec_type wsh_glbl_var_strct_grp.dd_action_out_rec_type;
627:
628: BEGIN
629: -- Standard Start of API savepoint

Line 626: l_det_action_out_rec_type wsh_glbl_var_strct_grp.dd_action_out_rec_type;

622: ) IS
623:
624: --
625: l_det_act_params_rec_type wsh_glbl_var_strct_grp.dd_action_parameters_rec_type;
626: l_det_action_out_rec_type wsh_glbl_var_strct_grp.dd_action_out_rec_type;
627:
628: BEGIN
629: -- Standard Start of API savepoint
630: map_det_act_params_rec_type(p_action_prms, l_det_act_params_rec_type);

Line 661: x_out_tab OUT NOCOPY wsh_glbl_var_strct_grp.delivery_details_Attr_tbl_Type,

657:
658:
659: Procedure map_det_Attr_tbl_Type(
660: p_in_tab IN WSH_INTERFACE_EXT_GRP.delivery_details_Attr_tbl_Type,
661: x_out_tab OUT NOCOPY wsh_glbl_var_strct_grp.delivery_details_Attr_tbl_Type,
662: p_action IN VARCHAR2) IS
663:
664: l_entity VARCHAR2(4):='DLVB';
665: Begin

Line 843: x_out_rec OUT NOCOPY wsh_glbl_var_strct_grp.detailInRecType) IS

839: End map_det_Attr_tbl_Type;
840:
841: Procedure Map_detailInRecType(
842: p_in_rec IN WSH_INTERFACE_EXT_GRP.detailInRecType,
843: x_out_rec OUT NOCOPY wsh_glbl_var_strct_grp.detailInRecType) IS
844:
845: Begin
846:
847: x_out_rec.caller := p_in_rec.caller ;

Line 866: p_in_rec IN wsh_glbl_var_strct_grp.detailOutRecType,

862:
863: End Map_detailInRecType;
864:
865: Procedure Map_detailOutRecType(
866: p_in_rec IN wsh_glbl_var_strct_grp.detailOutRecType,
867: x_out_rec OUT NOCOPY WSH_INTERFACE_EXT_GRP.detailOutRecType) IS
868:
869: BEGIN
870:

Line 902: l_det_Attr_tbl_Type wsh_glbl_var_strct_grp.delivery_details_Attr_tbl_Type;

898: p_IN_rec IN WSH_INTERFACE_EXT_GRP.detailInRecType,
899: x_OUT_rec OUT NOCOPY WSH_INTERFACE_EXT_GRP.detailOutRecType
900: ) IS
901:
902: l_det_Attr_tbl_Type wsh_glbl_var_strct_grp.delivery_details_Attr_tbl_Type;
903: l_detailInRecType wsh_glbl_var_strct_grp.detailInRecType;
904: l_detailOutRecType wsh_glbl_var_strct_grp.detailOutRecType;
905:
906: BEGIN

Line 903: l_detailInRecType wsh_glbl_var_strct_grp.detailInRecType;

899: x_OUT_rec OUT NOCOPY WSH_INTERFACE_EXT_GRP.detailOutRecType
900: ) IS
901:
902: l_det_Attr_tbl_Type wsh_glbl_var_strct_grp.delivery_details_Attr_tbl_Type;
903: l_detailInRecType wsh_glbl_var_strct_grp.detailInRecType;
904: l_detailOutRecType wsh_glbl_var_strct_grp.detailOutRecType;
905:
906: BEGIN
907:

Line 904: l_detailOutRecType wsh_glbl_var_strct_grp.detailOutRecType;

900: ) IS
901:
902: l_det_Attr_tbl_Type wsh_glbl_var_strct_grp.delivery_details_Attr_tbl_Type;
903: l_detailInRecType wsh_glbl_var_strct_grp.detailInRecType;
904: l_detailOutRecType wsh_glbl_var_strct_grp.detailOutRecType;
905:
906: BEGIN
907:
908: --bug # 6689448 (replenishment project): Valid values for replenishment flag are FND_API.G_MISS_CHAR/NULL/R/C only.