DBA Data[Home] [Help]

APPS.WSH_OTM_OUTBOUND dependencies on WSH_OTM_REF_DATA_GEN_PKG

Line 612: l_stops_tab(i1).STOP_LOCATION_XID := WSH_OTM_REF_DATA_GEN_PKG.GET_STOP_LOCATION_XID(l_stops_tab(i1).STOP_LOCATION_XID);

608: WSH_DEBUG_SV.log(l_sub_module_name,'Assigning the stop Details');
609: END IF;
610: l_stops_tab(i1).stop_details := l_stop_details;
611:
612: l_stops_tab(i1).STOP_LOCATION_XID := WSH_OTM_REF_DATA_GEN_PKG.GET_STOP_LOCATION_XID(l_stops_tab(i1).STOP_LOCATION_XID);
613: --}
614: END LOOP;
615:
616:

Line 1160: WSH_OTM_REF_DATA_GEN_PKG.GET_INT_LOCATION_XID(

1156: position := instr(l_dlv_tab(i).ULTIMATE_DROPOFF_LOCATION_ID,'-');
1157: l_customer_id := substr(l_dlv_tab(i).ULTIMATE_DROPOFF_LOCATION_ID,1, position-1);
1158: l_dropoff_location_id := substr(l_dlv_tab(i).ULTIMATE_DROPOFF_LOCATION_ID,position+1);
1159:
1160: WSH_OTM_REF_DATA_GEN_PKG.GET_INT_LOCATION_XID(
1161: p_location_id => l_dropoff_location_id,
1162: x_location_xid => l_internal_org_location_id,
1163: x_return_status =>l_return_status);
1164: