DBA Data[Home] [Help]

APPS.PA_ASGMT_WFSTD dependencies on PA_LOCATION_UTILS

Line 406: pa_location_utils.Get_PA_Location_Details

402: CLOSE l_prev_asgmt_info_csr;
403:
404: -- Get the Location details of the project location
405: IF l_projects_rec.location_id IS NOT NULL THEN
406: pa_location_utils.Get_PA_Location_Details
407: ( p_location_id => l_projects_rec.location_id
408: ,x_country_name => l_country_name
409: ,x_city => l_city
410: ,x_region => l_region

Line 414: -- dbms_output.put_line ('after pa_location_utils');

410: ,x_region => l_region
411: ,x_country_code => l_country_code
412: ,x_return_status => l_return_status
413: ,x_error_message_code => l_error_message_code );
414: -- dbms_output.put_line ('after pa_location_utils');
415:
416: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
417: x_return_status := l_return_status;
418: x_error_message_code := l_error_message_code ;