DBA Data[Home] [Help]

APPS.PA_OPEN_ASSIGNMENT_PVT dependencies on PA_LOCATION_UTILS

Line 596: PA_LOCATION_UTILS.Get_Location( p_city => p_location_city

592:
593: --only call get_location if location_id IS NULL
594: ELSIF l_assignment_rec.location_id IS NULL OR l_assignment_rec.location_id = FND_API.G_MISS_NUM THEN
595:
596: PA_LOCATION_UTILS.Get_Location( p_city => p_location_city
597: ,p_region => p_location_region
598: ,p_country_code => p_location_country_code
599: ,x_location_id => l_assignment_rec.location_id
600: ,x_error_message_code => l_error_message_code

Line 1751: PA_LOCATION_UTILS.Get_Location( p_city => p_location_city

1747:
1748: IF (p_location_country_code IS NOT NULL AND p_location_country_code <> FND_API.G_MISS_CHAR) THEN
1749:
1750: --dbms_output.put_line('location code is '||p_location_country_code);
1751: PA_LOCATION_UTILS.Get_Location( p_city => p_location_city
1752: ,p_region => p_location_region
1753: ,p_country_code => p_location_country_code
1754: ,x_location_id => l_assignment_rec.location_id
1755: ,x_error_message_code => l_error_message_code