DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on WSH_UTIL_CORE

Line 2219: l_wsh_lpn_id_tbl wsh_util_core.id_tab_type;

2215: l_shipping_attr wsh_interface.changedattributetabtype;
2216: l_invpcinrectype wsh_integration.invpcinrectype;
2217:
2218: -- Types needed for WSH_WMS_LPN_GRP.Delivery_Detail_Action
2219: l_wsh_lpn_id_tbl wsh_util_core.id_tab_type;
2220: l_wsh_del_det_id_tbl wsh_util_core.id_tab_type;
2221: l_wsh_action_prms WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_type;
2222: l_wsh_defaults WSH_GLBL_VAR_STRCT_GRP.dd_default_parameters_rec_type;
2223: l_wsh_action_out_rec WSH_GLBL_VAR_STRCT_GRP.dd_action_out_rec_type;

Line 2220: l_wsh_del_det_id_tbl wsh_util_core.id_tab_type;

2216: l_invpcinrectype wsh_integration.invpcinrectype;
2217:
2218: -- Types needed for WSH_WMS_LPN_GRP.Delivery_Detail_Action
2219: l_wsh_lpn_id_tbl wsh_util_core.id_tab_type;
2220: l_wsh_del_det_id_tbl wsh_util_core.id_tab_type;
2221: l_wsh_action_prms WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_type;
2222: l_wsh_defaults WSH_GLBL_VAR_STRCT_GRP.dd_default_parameters_rec_type;
2223: l_wsh_action_out_rec WSH_GLBL_VAR_STRCT_GRP.dd_action_out_rec_type;
2224:

Line 2233: l_detail_id_tab wsh_util_core.id_tab_type;

2229: l_dd_ct NUMBER := 1;
2230: l_msg_details VARCHAR2(3000);
2231:
2232: -- New shipping API table types for New Delivery_Detail_Action
2233: l_detail_id_tab wsh_util_core.id_tab_type;
2234: l_action_prms wsh_interface_ext_grp.det_action_parameters_rec_type;
2235: l_action_out_rec wsh_interface_ext_grp.det_action_out_rec_type;
2236:
2237: CURSOR delivery_detail_cursor(lot VARCHAR2) IS

Line 2961: wsh_util_core.get_messages('Y', ret_msgdata, l_msg_details, ret_msgcnt);

2957: );
2958:
2959: IF (ret_status <> fnd_api.g_ret_sts_success) THEN
2960: --Get error messages from shipping
2961: wsh_util_core.get_messages('Y', ret_msgdata, l_msg_details, ret_msgcnt);
2962:
2963: IF (ret_msgcnt > 1) THEN
2964: ret_msgdata := ret_msgdata || l_msg_details;
2965: END IF;