DBA Data[Home] [Help]

APPS.PA_PROJECTS_MAINT_PVT dependencies on PA_LOCATION_UTILS

Line 4993: pa_location_utils.Get_ORG_Location_Details

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

Line 5008: pa_location_utils.get_location(

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

Line 5023: pa_location_utils.check_location_exists(

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

Line 5370: pa_location_utils.check_location_exists(

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