DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on WSH_GLBL_VAR_STRCT_GRP

Line 2221: l_wsh_action_prms WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_type;

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

Line 2222: l_wsh_defaults WSH_GLBL_VAR_STRCT_GRP.dd_default_parameters_rec_type;

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

Line 2223: l_wsh_action_out_rec WSH_GLBL_VAR_STRCT_GRP.dd_action_out_rec_type;

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:
2225: -- New shipping API table types for Create_Update_Delivery_Detail
2226: l_del_det_attr wsh_interface_ext_grp.delivery_details_attr_tbl_type;
2227: l_del_det_in_rec wsh_interface_ext_grp.detailinrectype;