DBA Data[Home] [Help]

APPS.PA_PROJECTS_MAINT_PVT dependencies on PA_LOCATION_UTILS

Line 4991: pa_location_utils.Get_ORG_Location_Details

4987:
4988: -- anlee
4989: -- Added validations for bug 2327927
4990:
4991: pa_location_utils.Get_ORG_Location_Details
4992: (p_organization_id => p_carrying_out_organization_id,
4993: x_country_name => x_country_name,
4994: x_city => x_city_name,
4995: x_region => x_region_name,

Line 5006: pa_location_utils.get_location(

5002: p_msg_name => l_error_msg_code);
5003: End If;
5004:
5005: -- Added for bug 2680595
5006: pa_location_utils.get_location(
5007: p_country_code => x_country_code,
5008: p_city => x_city_name,
5009: p_region => x_region_name,
5010: x_return_status => l_return_status,

Line 5021: pa_location_utils.check_location_exists(

5017: End If;
5018:
5019: /*
5020: Commented out for bug 2680595
5021: pa_location_utils.check_location_exists(
5022: p_country_code => x_country_code,
5023: p_city => x_city_name,
5024: p_region => x_region_name,
5025: x_return_status => l_return_status,

Line 5368: pa_location_utils.check_location_exists(

5364: -- and x_country_code is not null then
5365:
5366: If x_country_code is not null then
5367:
5368: pa_location_utils.check_location_exists(
5369: p_country_code => x_country_code,
5370: p_city => p_city,
5371: p_region => p_state_region,
5372: x_return_status => l_return_status,