DBA Data[Home] [Help]

APPS.PA_OPEN_ASSIGNMENT_PVT dependencies on PA_LOCATION_UTILS

Line 593: PA_LOCATION_UTILS.Get_Location( p_city => p_location_city

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

Line 1745: PA_LOCATION_UTILS.Get_Location( p_city => p_location_city

1741:
1742: IF (p_location_country_code IS NOT NULL AND p_location_country_code <> FND_API.G_MISS_CHAR) THEN
1743:
1744: --dbms_output.put_line('location code is '||p_location_country_code);
1745: PA_LOCATION_UTILS.Get_Location( p_city => p_location_city
1746: ,p_region => p_location_region
1747: ,p_country_code => p_location_country_code
1748: ,x_location_id => l_assignment_rec.location_id
1749: ,x_error_message_code => l_error_message_code