DBA Data[Home] [Help]

APPS.PA_PROJ_TEMPLATE_SETUP_PVT dependencies on PA_LOCATION_UTILS

Line 380: pa_location_utils.Get_ORG_Location_Details

376: RAISE FND_API.G_EXC_ERROR;
377: END IF;
378:
379: --Organization Location Validations
380: pa_location_utils.Get_ORG_Location_Details
381: (p_organization_id => p_organization_id,
382: x_country_name => l_country_name,
383: x_city => l_city_name,
384: x_region => l_region_name,

Line 398: pa_location_utils.check_location_exists(

394: x_return_status := 'E';
395: RAISE FND_API.G_EXC_ERROR;
396: END IF;
397:
398: pa_location_utils.check_location_exists(
399: p_country_code => l_country_code,
400: p_city => l_city_name,
401: p_region => l_region_name,
402: x_return_status => l_return_status,

Line 1701: pa_location_utils.Get_ORG_Location_Details

1697: So we dont need to do this here
1698: IF p_organization_id <> l_old_organization_id
1699: THEN
1700: --Organization Location Validations
1701: pa_location_utils.Get_ORG_Location_Details
1702: (p_organization_id => p_organization_id,
1703: x_country_name => l_country_name,
1704: x_city => l_city_name,
1705: x_region => l_region_name,

Line 1719: pa_location_utils.check_location_exists(

1715: x_return_status := 'E';
1716: RAISE FND_API.G_EXC_ERROR;
1717: END IF;
1718:
1719: pa_location_utils.check_location_exists(
1720: p_country_code => l_country_code,
1721: p_city => l_city_name,
1722: p_region => l_region_name,
1723: x_return_status => l_return_status,