DBA Data[Home] [Help]

APPS.WSH_TRIP_STOPS_GRP dependencies on WSH_LOCATIONS_PKG

Line 2556: WSH_LOCATIONS_PKG.Convert_internal_cust_location(

2552: -- populate physical_location_id before validate_constraint_main
2553: i := l_rec_attr_tab.first;
2554: WHILE i is NOT NULL LOOP
2555:
2556: WSH_LOCATIONS_PKG.Convert_internal_cust_location(
2557: p_internal_cust_location_id => l_rec_attr_tab(i).stop_location_id,
2558: x_internal_org_location_id => l_rec_attr_tab(i).physical_location_id,
2559: x_return_status => l_return_status);
2560:

Line 2786: WSH_LOCATIONS_PKG.Convert_internal_cust_location(

2782: IF l_stop_rec.stop_location_id <> l_rec_attr_tab(x_index_id_tab(l_index)).stop_location_id THEN
2783: IF l_debug_on THEN
2784: wsh_debug_sv.logmsg(l_module_name,'stop location id has been changed');
2785: END IF;
2786: WSH_LOCATIONS_PKG.Convert_internal_cust_location(
2787: p_internal_cust_location_id => l_rec_attr_tab(x_index_id_tab(l_index)).stop_location_id,
2788: x_internal_org_location_id => l_rec_attr_tab(x_index_id_tab(l_index)).physical_location_id,
2789: x_return_status => l_return_status);
2790: