DBA Data[Home] [Help]

APPS.WMS_CROSS_DOCK_PVT dependencies on WSH_INTEGRATION

Line 360: l_attr_tab wsh_integration.grp_attr_tab_type;

356: --l_return_type_id wms_selection_criteria_txn.return_type_id%type;
357: l_index NUMBER;
358: l_cache BOOLEAN;
359:
360: l_attr_tab wsh_integration.grp_attr_tab_type;
361: l_action_rec wsh_integration.action_rec_type;
362: l_target_rec wsh_integration.grp_attr_rec_type;
363: l_matched_entities wsh_util_core.id_tab_type;
364: l_out_rec wsh_integration.out_rec_type;

Line 361: l_action_rec wsh_integration.action_rec_type;

357: l_index NUMBER;
358: l_cache BOOLEAN;
359:
360: l_attr_tab wsh_integration.grp_attr_tab_type;
361: l_action_rec wsh_integration.action_rec_type;
362: l_target_rec wsh_integration.grp_attr_rec_type;
363: l_matched_entities wsh_util_core.id_tab_type;
364: l_out_rec wsh_integration.out_rec_type;
365: l_group_info wsh_integration.grp_attr_tab_type;

Line 362: l_target_rec wsh_integration.grp_attr_rec_type;

358: l_cache BOOLEAN;
359:
360: l_attr_tab wsh_integration.grp_attr_tab_type;
361: l_action_rec wsh_integration.action_rec_type;
362: l_target_rec wsh_integration.grp_attr_rec_type;
363: l_matched_entities wsh_util_core.id_tab_type;
364: l_out_rec wsh_integration.out_rec_type;
365: l_group_info wsh_integration.grp_attr_tab_type;
366:

Line 364: l_out_rec wsh_integration.out_rec_type;

360: l_attr_tab wsh_integration.grp_attr_tab_type;
361: l_action_rec wsh_integration.action_rec_type;
362: l_target_rec wsh_integration.grp_attr_rec_type;
363: l_matched_entities wsh_util_core.id_tab_type;
364: l_out_rec wsh_integration.out_rec_type;
365: l_group_info wsh_integration.grp_attr_tab_type;
366:
367: l_action_prms wsh_glbl_var_strct_grp.dd_action_parameters_rec_type;
368: l_action_out_rec wsh_glbl_var_strct_grp.dd_action_out_rec_type;

Line 365: l_group_info wsh_integration.grp_attr_tab_type;

361: l_action_rec wsh_integration.action_rec_type;
362: l_target_rec wsh_integration.grp_attr_rec_type;
363: l_matched_entities wsh_util_core.id_tab_type;
364: l_out_rec wsh_integration.out_rec_type;
365: l_group_info wsh_integration.grp_attr_tab_type;
366:
367: l_action_prms wsh_glbl_var_strct_grp.dd_action_parameters_rec_type;
368: l_action_out_rec wsh_glbl_var_strct_grp.dd_action_out_rec_type;
369: l_defaults_rec wsh_glbl_var_strct_grp.dd_default_parameters_rec_type;

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

1082:
1083: -- {{ call wsh_delivery_autocreate.find_matching_groups}}
1084:
1085: IF (l_debug = 1) THEN
1086: mydebug('***Calling wsh_integration.find_matching_groups***');
1087: mydebug('l_attr_tab(1).entity_id = ' ||l_backorder_delivery_detail_id);
1088: mydebug('l_attr_tab(1).entity_type = ' ||l_attr_tab(1).entity_type);
1089: mydebug('l_target_rec.entity_type = ' ||l_target_rec.entity_type);
1090: mydebug('l_action_rec.action = ' ||l_action_rec.action);

Line 1095: wsh_integration.find_matching_groups

1091: mydebug('l_action_rec.caller = ' ||l_action_rec.caller);
1092: mydebug('l_action_rec.output_format_type = ' ||l_action_rec.output_format_type);
1093: END IF;
1094:
1095: wsh_integration.find_matching_groups
1096: (p_attr_tab => l_attr_tab,
1097: p_action_rec => l_action_rec,
1098: p_target_rec => l_target_rec,
1099: p_group_tab => l_group_info,

Line 1540: l_InvPCInRecType wsh_integration.invpcinrectype; --9816695

1536: l_wdd_staged_qty NUMBER := 0; --9695544
1537: l_ser_num_tab ser_num_tab; --9816695
1538: l_new_txn_id NUMBER ; --9816695
1539: l_user_id NUMBER := fnd_global.user_id;
1540: l_InvPCInRecType wsh_integration.invpcinrectype; --9816695
1541:
1542: -- Release 12 (K): LPN Synchronization/Convergence
1543: -- Types needed for WSH_WMS_LPN_GRP.Delivery_Detail_Action
1544: l_curr_lpn_id NUMBER;

Line 2140: WSH_INTEGRATION.Set_Inv_PC_Attributes

2136: l_return_status := '';
2137:
2138: l_InvPCInRecType.transaction_temp_id := l_new_txn_id;
2139:
2140: WSH_INTEGRATION.Set_Inv_PC_Attributes
2141: ( p_in_attributes => l_InvPCInRecType,
2142: x_return_status => l_return_status,
2143: x_msg_count => x_msg_count,
2144: x_msg_data => x_msg_data );

Line 2211: WSH_INTEGRATION.Set_Inv_PC_Attributes

2207: l_shipping_attr(1).pending_quantity := l_wdd_req_qty - l_wdd_staged_qty; --9695544
2208: l_return_status := '';
2209:
2210: l_InvPCInRecType.transaction_temp_id := l_new_txn_id; -- l_serial_temp_id; -- bug13938452
2211: WSH_INTEGRATION.Set_Inv_PC_Attributes
2212: ( p_in_attributes => l_InvPCInRecType,
2213: x_return_status => l_return_status,
2214: x_msg_count => x_msg_count,
2215: x_msg_data => x_msg_data );

Line 2293: WSH_INTEGRATION.Set_Inv_PC_Attributes

2289: l_shipping_attr(1).pending_quantity := l_wdd_req_qty - l_wdd_staged_qty; --9695544
2290: l_return_status := '';
2291:
2292: l_InvPCInRecType.transaction_temp_id := l_new_txn_id;
2293: WSH_INTEGRATION.Set_Inv_PC_Attributes
2294: ( p_in_attributes => l_InvPCInRecType,
2295: x_return_status => l_return_status,
2296: x_msg_count => x_msg_count,
2297: x_msg_data => x_msg_data );

Line 2366: WSH_INTEGRATION.Set_Inv_PC_Attributes

2362: l_shipping_attr(1).pending_quantity := l_wdd_req_qty - l_wdd_staged_qty; --9695544
2363: l_return_status := '';
2364:
2365: l_InvPCInRecType.transaction_temp_id := l_new_txn_id;
2366: WSH_INTEGRATION.Set_Inv_PC_Attributes
2367: ( p_in_attributes => l_InvPCInRecType,
2368: x_return_status => l_return_status,
2369: x_msg_count => x_msg_count,
2370: x_msg_data => x_msg_data );