DBA Data[Home] [Help]

APPS.FTE_TENDER_PVT dependencies on FTE_MLS_UTIL

Line 2069: l_org_id := FTE_MLS_UTIL.GET_PICKUP_DLVY_ORGID_BY_TRIP(l_trip_id);

2065: END IF;
2066:
2067: -- Get the threshold value based on the carrier, org id values
2068: -- Get org id from delivery
2069: l_org_id := FTE_MLS_UTIL.GET_PICKUP_DLVY_ORGID_BY_TRIP(l_trip_id);
2070: l_carrier_id := P_trip_segment_rec.carrier_id;
2071:
2072:
2073: -- If org id is null then assume that there is no delivery on this

Line 2126: FTE_MLS_UTIL.get_location_info(

2122: x_num_errors =>l_number_of_errors,
2123: p_msg_data =>l_msg_data);
2124: */
2125:
2126: FTE_MLS_UTIL.get_location_info(
2127: p_location_id => l_stop_id,
2128: x_location => l_stop_location,
2129: x_return_status => l_return_status);
2130: