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 1706: pa_location_utils.Get_ORG_Location_Details

1702: So we dont need to do this here
1703: IF p_organization_id <> l_old_organization_id
1704: THEN
1705: --Organization Location Validations
1706: pa_location_utils.Get_ORG_Location_Details
1707: (p_organization_id => p_organization_id,
1708: x_country_name => l_country_name,
1709: x_city => l_city_name,
1710: x_region => l_region_name,

Line 1724: pa_location_utils.check_location_exists(

1720: x_return_status := 'E';
1721: RAISE FND_API.G_EXC_ERROR;
1722: END IF;
1723:
1724: pa_location_utils.check_location_exists(
1725: p_country_code => l_country_code,
1726: p_city => l_city_name,
1727: p_region => l_region_name,
1728: x_return_status => l_return_status,