DBA Data[Home] [Help]

APPS.PA_STAFFED_ASSIGNMENT_PVT dependencies on PA_LOCATION_UTILS

Line 324: PA_LOCATION_UTILS.Get_Location( p_city => p_location_city

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

Line 1947: PA_LOCATION_UTILS.Get_Location( p_city => p_location_city

1943:
1944: -- Get the location id for the p_location_id for the given location parameters
1945: -- If the location does not already exsists, then create it
1946: IF (p_location_country_code IS NOT NULL AND p_location_country_code <> FND_API.G_MISS_CHAR) THEN
1947: PA_LOCATION_UTILS.Get_Location( p_city => p_location_city
1948: ,p_region => p_location_region
1949: ,p_country_code => p_location_country_code
1950: ,x_location_id => l_assignment_rec.location_id
1951: ,x_error_message_code => l_msg_data