DBA Data[Home] [Help]

APPS.WSH_CONTAINER_PUB dependencies on WSH_GLBL_VAR_STRCT_GRP

Line 68: l_detail_rec wsh_glbl_var_strct_grp.detailInRecType;

64:
65:
66: l_msg_summary VARCHAR2(32000) := NULL;
67: l_msg_details VARCHAR2(32000) := NULL;
68: l_detail_rec wsh_glbl_var_strct_grp.detailInRecType;
69: l_detail_tab wsh_glbl_var_strct_grp.delivery_details_attr_tbl_type;
70: l_out_rec wsh_glbl_var_strct_grp.detailOutRecType;
71: l_lpn_ids WSH_UTIL_CORE.Id_Tab_Type;
72:

Line 69: l_detail_tab wsh_glbl_var_strct_grp.delivery_details_attr_tbl_type;

65:
66: l_msg_summary VARCHAR2(32000) := NULL;
67: l_msg_details VARCHAR2(32000) := NULL;
68: l_detail_rec wsh_glbl_var_strct_grp.detailInRecType;
69: l_detail_tab wsh_glbl_var_strct_grp.delivery_details_attr_tbl_type;
70: l_out_rec wsh_glbl_var_strct_grp.detailOutRecType;
71: l_lpn_ids WSH_UTIL_CORE.Id_Tab_Type;
72:
73: --

Line 70: l_out_rec wsh_glbl_var_strct_grp.detailOutRecType;

66: l_msg_summary VARCHAR2(32000) := NULL;
67: l_msg_details VARCHAR2(32000) := NULL;
68: l_detail_rec wsh_glbl_var_strct_grp.detailInRecType;
69: l_detail_tab wsh_glbl_var_strct_grp.delivery_details_attr_tbl_type;
70: l_out_rec wsh_glbl_var_strct_grp.detailOutRecType;
71: l_lpn_ids WSH_UTIL_CORE.Id_Tab_Type;
72:
73: --
74: l_num_errors NUMBER := 0;

Line 273: wsh_glbl_var_strct_grp.Delivery_Details_Rec_Type)

269:
270: PROCEDURE populate_record(
271: p_in_rec IN WSH_DELIVERY_DETAILS_PUB.CHANGEDATTRIBUTERECTYPE
272: , p_outrec OUT NOCOPY
273: wsh_glbl_var_strct_grp.Delivery_Details_Rec_Type)
274: IS
275: --
276: l_debug_on BOOLEAN;
277: --

Line 518: l_detail_rec wsh_glbl_var_strct_grp.detailInRecType;

514:
515:
516: l_msg_summary VARCHAR2(32000) := NULL;
517: l_msg_details VARCHAR2(32000) := NULL;
518: l_detail_rec wsh_glbl_var_strct_grp.detailInRecType;
519: l_detail_info_tab wsh_glbl_var_strct_grp.delivery_details_attr_tbl_type;
520: l_detail_info_rec wsh_glbl_var_strct_grp.Delivery_Details_Rec_Type;
521: l_out_rec wsh_glbl_var_strct_grp.detailOutRecType;
522: l_lpn_ids WSH_UTIL_CORE.Id_Tab_Type;

Line 519: l_detail_info_tab wsh_glbl_var_strct_grp.delivery_details_attr_tbl_type;

515:
516: l_msg_summary VARCHAR2(32000) := NULL;
517: l_msg_details VARCHAR2(32000) := NULL;
518: l_detail_rec wsh_glbl_var_strct_grp.detailInRecType;
519: l_detail_info_tab wsh_glbl_var_strct_grp.delivery_details_attr_tbl_type;
520: l_detail_info_rec wsh_glbl_var_strct_grp.Delivery_Details_Rec_Type;
521: l_out_rec wsh_glbl_var_strct_grp.detailOutRecType;
522: l_lpn_ids WSH_UTIL_CORE.Id_Tab_Type;
523:

Line 520: l_detail_info_rec wsh_glbl_var_strct_grp.Delivery_Details_Rec_Type;

516: l_msg_summary VARCHAR2(32000) := NULL;
517: l_msg_details VARCHAR2(32000) := NULL;
518: l_detail_rec wsh_glbl_var_strct_grp.detailInRecType;
519: l_detail_info_tab wsh_glbl_var_strct_grp.delivery_details_attr_tbl_type;
520: l_detail_info_rec wsh_glbl_var_strct_grp.Delivery_Details_Rec_Type;
521: l_out_rec wsh_glbl_var_strct_grp.detailOutRecType;
522: l_lpn_ids WSH_UTIL_CORE.Id_Tab_Type;
523:
524: --

Line 521: l_out_rec wsh_glbl_var_strct_grp.detailOutRecType;

517: l_msg_details VARCHAR2(32000) := NULL;
518: l_detail_rec wsh_glbl_var_strct_grp.detailInRecType;
519: l_detail_info_tab wsh_glbl_var_strct_grp.delivery_details_attr_tbl_type;
520: l_detail_info_rec wsh_glbl_var_strct_grp.Delivery_Details_Rec_Type;
521: l_out_rec wsh_glbl_var_strct_grp.detailOutRecType;
522: l_lpn_ids WSH_UTIL_CORE.Id_Tab_Type;
523:
524: --
525: l_num_errors NUMBER := 0;

Line 759: l_rec_att_tab wsh_glbl_var_strct_grp.delivery_details_attr_tbl_type;

755:
756: l_msg_summary VARCHAR2(32000) := NULL;
757: l_msg_details VARCHAR2(32000) := NULL;
758:
759: l_rec_att_tab wsh_glbl_var_strct_grp.delivery_details_attr_tbl_type;
760: l_action_prms wsh_glbl_var_strct_grp.dd_action_parameters_rec_type;
761: l_action_prms_dl WSH_DELIVERIES_GRP.action_parameters_rectype;
762: l_action_out_rec wsh_glbl_var_strct_grp.dd_action_out_rec_type;
763:

Line 760: l_action_prms wsh_glbl_var_strct_grp.dd_action_parameters_rec_type;

756: l_msg_summary VARCHAR2(32000) := NULL;
757: l_msg_details VARCHAR2(32000) := NULL;
758:
759: l_rec_att_tab wsh_glbl_var_strct_grp.delivery_details_attr_tbl_type;
760: l_action_prms wsh_glbl_var_strct_grp.dd_action_parameters_rec_type;
761: l_action_prms_dl WSH_DELIVERIES_GRP.action_parameters_rectype;
762: l_action_out_rec wsh_glbl_var_strct_grp.dd_action_out_rec_type;
763:
764: l_delivery_out_rec WSH_DELIVERIES_GRP.Delivery_Action_Out_Rec_Type;

Line 762: l_action_out_rec wsh_glbl_var_strct_grp.dd_action_out_rec_type;

758:
759: l_rec_att_tab wsh_glbl_var_strct_grp.delivery_details_attr_tbl_type;
760: l_action_prms wsh_glbl_var_strct_grp.dd_action_parameters_rec_type;
761: l_action_prms_dl WSH_DELIVERIES_GRP.action_parameters_rectype;
762: l_action_out_rec wsh_glbl_var_strct_grp.dd_action_out_rec_type;
763:
764: l_delivery_out_rec WSH_DELIVERIES_GRP.Delivery_Action_Out_Rec_Type;
765: l_del_rec_attr wsh_new_deliveries_pvt.Delivery_Rec_type;
766: --

Line 1082: l_action_prms wsh_glbl_var_strct_grp.dd_action_parameters_rec_type;

1078:
1079:
1080: l_msg_summary VARCHAR2(32000) := NULL;
1081: l_msg_details VARCHAR2(32000) := NULL;
1082: l_action_prms wsh_glbl_var_strct_grp.dd_action_parameters_rec_type;
1083: l_num_errors NUMBER := 0;
1084: l_num_warning NUMBER := 0;
1085: l_action_out_rec wsh_glbl_var_strct_grp.dd_action_out_rec_type;
1086:

Line 1085: l_action_out_rec wsh_glbl_var_strct_grp.dd_action_out_rec_type;

1081: l_msg_details VARCHAR2(32000) := NULL;
1082: l_action_prms wsh_glbl_var_strct_grp.dd_action_parameters_rec_type;
1083: l_num_errors NUMBER := 0;
1084: l_num_warning NUMBER := 0;
1085: l_action_out_rec wsh_glbl_var_strct_grp.dd_action_out_rec_type;
1086:
1087: l_return_status VARCHAR2(1) := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
1088: l_debug_on BOOLEAN;
1089: --