DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on WSH_UTIL_CORE

Line 2436: l_wsh_lpn_id_tbl wsh_util_core.id_tab_type;

2432: l_shipping_attr wsh_interface.changedattributetabtype;
2433: l_invpcinrectype wsh_integration.invpcinrectype;
2434:
2435: -- Types needed for WSH_WMS_LPN_GRP.Delivery_Detail_Action
2436: l_wsh_lpn_id_tbl wsh_util_core.id_tab_type;
2437: l_wsh_del_det_id_tbl wsh_util_core.id_tab_type;
2438: l_wsh_action_prms WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_type;
2439: l_wsh_defaults WSH_GLBL_VAR_STRCT_GRP.dd_default_parameters_rec_type;
2440: l_wsh_action_out_rec WSH_GLBL_VAR_STRCT_GRP.dd_action_out_rec_type;

Line 2437: l_wsh_del_det_id_tbl wsh_util_core.id_tab_type;

2433: l_invpcinrectype wsh_integration.invpcinrectype;
2434:
2435: -- Types needed for WSH_WMS_LPN_GRP.Delivery_Detail_Action
2436: l_wsh_lpn_id_tbl wsh_util_core.id_tab_type;
2437: l_wsh_del_det_id_tbl wsh_util_core.id_tab_type;
2438: l_wsh_action_prms WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_type;
2439: l_wsh_defaults WSH_GLBL_VAR_STRCT_GRP.dd_default_parameters_rec_type;
2440: l_wsh_action_out_rec WSH_GLBL_VAR_STRCT_GRP.dd_action_out_rec_type;
2441:

Line 2450: l_detail_id_tab wsh_util_core.id_tab_type;

2446: l_dd_ct NUMBER := 1;
2447: l_msg_details VARCHAR2(3000);
2448:
2449: -- New shipping API table types for New Delivery_Detail_Action
2450: l_detail_id_tab wsh_util_core.id_tab_type;
2451: l_action_prms wsh_interface_ext_grp.det_action_parameters_rec_type;
2452: l_action_out_rec wsh_interface_ext_grp.det_action_out_rec_type;
2453:
2454: CURSOR delivery_detail_cursor(lot VARCHAR2) IS

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

3219: );
3220:
3221: IF (ret_status <> fnd_api.g_ret_sts_success) THEN
3222: --Get error messages from shipping
3223: wsh_util_core.get_messages('Y', ret_msgdata, l_msg_details, ret_msgcnt);
3224:
3225: IF (ret_msgcnt > 1) THEN
3226: ret_msgdata := ret_msgdata || l_msg_details;
3227: END IF;