DBA Data[Home] [Help]

APPS.WSH_INTERFACE_PUB dependencies on WSH_GLBL_VAR_STRCT_GRP

Line 24: l_detail_info_tab WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Attr_Tbl_Type;

20: x_delivery_Detail_id out NOCOPY number,
21: x_return_status out NOCOPY varchar2) is
22:
23: -- Harmonization Project
24: l_detail_info_tab WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Attr_Tbl_Type;
25: l_in_rec WSH_GLBL_VAR_STRCT_GRP.detailInRecType;
26: l_dummy_ids wsh_util_core.id_Tab_type;
27: l_out_Rec WSH_GLBL_VAR_STRCT_GRP.detailOutRecType;
28: l_msg_count NUMBER;

Line 25: l_in_rec WSH_GLBL_VAR_STRCT_GRP.detailInRecType;

21: x_return_status out NOCOPY varchar2) is
22:
23: -- Harmonization Project
24: l_detail_info_tab WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Attr_Tbl_Type;
25: l_in_rec WSH_GLBL_VAR_STRCT_GRP.detailInRecType;
26: l_dummy_ids wsh_util_core.id_Tab_type;
27: l_out_Rec WSH_GLBL_VAR_STRCT_GRP.detailOutRecType;
28: l_msg_count NUMBER;
29: l_msg_data VARCHAR2(32767);

Line 27: l_out_Rec WSH_GLBL_VAR_STRCT_GRP.detailOutRecType;

23: -- Harmonization Project
24: l_detail_info_tab WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Attr_Tbl_Type;
25: l_in_rec WSH_GLBL_VAR_STRCT_GRP.detailInRecType;
26: l_dummy_ids wsh_util_core.id_Tab_type;
27: l_out_Rec WSH_GLBL_VAR_STRCT_GRP.detailOutRecType;
28: l_msg_count NUMBER;
29: l_msg_data VARCHAR2(32767);
30: l_number_of_errors NUMBER := 0;
31: l_number_of_warnings NUMBER := 0;