DBA Data[Home] [Help]

APPS.PA_STAFFED_ASSIGNMENT_PVT dependencies on PA_LOCATION_UTILS

Line 325: PA_LOCATION_UTILS.Get_Location( p_city => p_location_city

321:
322: --only call get_location if location_id IS NULL
323: ELSIF l_assignment_rec.location_id IS NULL OR l_assignment_rec.location_id = FND_API.G_MISS_NUM THEN
324:
325: PA_LOCATION_UTILS.Get_Location( p_city => p_location_city
326: ,p_region => p_location_region
327: ,p_country_code => p_location_country_code
328: ,x_location_id => l_assignment_rec.location_id
329: ,x_error_message_code => l_error_message_code

Line 1978: PA_LOCATION_UTILS.Get_Location( p_city => p_location_city

1974:
1975: -- Get the location id for the p_location_id for the given location parameters
1976: -- If the location does not already exsists, then create it
1977: IF (p_location_country_code IS NOT NULL AND p_location_country_code <> FND_API.G_MISS_CHAR) THEN
1978: PA_LOCATION_UTILS.Get_Location( p_city => p_location_city
1979: ,p_region => p_location_region
1980: ,p_country_code => p_location_country_code
1981: ,x_location_id => l_assignment_rec.location_id
1982: ,x_error_message_code => l_msg_data