DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on WSH_GLBL_VAR_STRCT_GRP

Line 2438: l_wsh_action_prms WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_type;

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:
2442: -- New shipping API table types for Create_Update_Delivery_Detail

Line 2439: l_wsh_defaults WSH_GLBL_VAR_STRCT_GRP.dd_default_parameters_rec_type;

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:
2442: -- New shipping API table types for Create_Update_Delivery_Detail
2443: l_del_det_attr wsh_interface_ext_grp.delivery_details_attr_tbl_type;

Line 2440: l_wsh_action_out_rec WSH_GLBL_VAR_STRCT_GRP.dd_action_out_rec_type;

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:
2442: -- New shipping API table types for Create_Update_Delivery_Detail
2443: l_del_det_attr wsh_interface_ext_grp.delivery_details_attr_tbl_type;
2444: l_del_det_in_rec wsh_interface_ext_grp.detailinrectype;