DBA Data[Home] [Help]

APPS.WMS_CROSS_DOCK_PVT dependencies on WSH_INTEGRATION

Line 134: l_attr_tab wsh_integration.grp_attr_tab_type;

130: --l_return_type_id wms_selection_criteria_txn.return_type_id%type;
131: l_index NUMBER;
132: l_cache BOOLEAN;
133:
134: l_attr_tab wsh_integration.grp_attr_tab_type;
135: l_action_rec wsh_integration.action_rec_type;
136: l_target_rec wsh_integration.grp_attr_rec_type;
137: l_matched_entities wsh_util_core.id_tab_type;
138: l_out_rec wsh_integration.out_rec_type;

Line 135: l_action_rec wsh_integration.action_rec_type;

131: l_index NUMBER;
132: l_cache BOOLEAN;
133:
134: l_attr_tab wsh_integration.grp_attr_tab_type;
135: l_action_rec wsh_integration.action_rec_type;
136: l_target_rec wsh_integration.grp_attr_rec_type;
137: l_matched_entities wsh_util_core.id_tab_type;
138: l_out_rec wsh_integration.out_rec_type;
139: l_group_info wsh_integration.grp_attr_tab_type;

Line 136: l_target_rec wsh_integration.grp_attr_rec_type;

132: l_cache BOOLEAN;
133:
134: l_attr_tab wsh_integration.grp_attr_tab_type;
135: l_action_rec wsh_integration.action_rec_type;
136: l_target_rec wsh_integration.grp_attr_rec_type;
137: l_matched_entities wsh_util_core.id_tab_type;
138: l_out_rec wsh_integration.out_rec_type;
139: l_group_info wsh_integration.grp_attr_tab_type;
140:

Line 138: l_out_rec wsh_integration.out_rec_type;

134: l_attr_tab wsh_integration.grp_attr_tab_type;
135: l_action_rec wsh_integration.action_rec_type;
136: l_target_rec wsh_integration.grp_attr_rec_type;
137: l_matched_entities wsh_util_core.id_tab_type;
138: l_out_rec wsh_integration.out_rec_type;
139: l_group_info wsh_integration.grp_attr_tab_type;
140:
141: l_action_prms wsh_glbl_var_strct_grp.dd_action_parameters_rec_type;
142: l_action_out_rec wsh_glbl_var_strct_grp.dd_action_out_rec_type;

Line 139: l_group_info wsh_integration.grp_attr_tab_type;

135: l_action_rec wsh_integration.action_rec_type;
136: l_target_rec wsh_integration.grp_attr_rec_type;
137: l_matched_entities wsh_util_core.id_tab_type;
138: l_out_rec wsh_integration.out_rec_type;
139: l_group_info wsh_integration.grp_attr_tab_type;
140:
141: l_action_prms wsh_glbl_var_strct_grp.dd_action_parameters_rec_type;
142: l_action_out_rec wsh_glbl_var_strct_grp.dd_action_out_rec_type;
143: l_defaults_rec wsh_glbl_var_strct_grp.dd_default_parameters_rec_type;

Line 811: mydebug('***Calling wsh_integration.find_matching_groups***');

807:
808: -- {{ call wsh_delivery_autocreate.find_matching_groups}}
809:
810: IF (l_debug = 1) THEN
811: mydebug('***Calling wsh_integration.find_matching_groups***');
812: mydebug('l_attr_tab(1).entity_id = ' ||l_backorder_delivery_detail_id);
813: mydebug('l_attr_tab(1).entity_type = ' ||l_attr_tab(1).entity_type);
814: mydebug('l_target_rec.entity_type = ' ||l_target_rec.entity_type);
815: mydebug('l_action_rec.action = ' ||l_action_rec.action);

Line 820: wsh_integration.find_matching_groups

816: mydebug('l_action_rec.caller = ' ||l_action_rec.caller);
817: mydebug('l_action_rec.output_format_type = ' ||l_action_rec.output_format_type);
818: END IF;
819:
820: wsh_integration.find_matching_groups
821: (p_attr_tab => l_attr_tab,
822: p_action_rec => l_action_rec,
823: p_target_rec => l_target_rec,
824: p_group_tab => l_group_info,