DBA Data[Home] [Help]

APPS.PA_PROJECTS_MAINT_PUB dependencies on PA_LOCATION_UTILS

Line 425: PA_LOCATION_UTILS.CHECK_COUNTRY_NAME_OR_CODE

421: if (p_debug_mode = 'Y') then
422: pa_debug.debug('Create_Project PUB : Checking country code');
423: end if;
424:
425: PA_LOCATION_UTILS.CHECK_COUNTRY_NAME_OR_CODE
426: ( p_country_code => p_country_code
427: ,p_country_name => p_country_name
428: ,p_check_id_flag => 'A'
429: ,x_country_code => l_country_code

Line 2909: PA_LOCATION_UTILS.Check_Country_Name_Or_Code(p_country_code => p_search_country_code,

2905: --
2906: -- Validate Search Country
2907: --
2908: IF (p_search_country_code <> FND_API.G_MISS_CHAR AND p_search_country_code IS NOT NULL) OR (p_search_country_name <> FND_API.G_MISS_CHAR AND p_search_country_name IS NOT NULL) THEN
2909: PA_LOCATION_UTILS.Check_Country_Name_Or_Code(p_country_code => p_search_country_code,
2910: p_country_name => p_search_country_name,
2911: p_check_id_flag => PA_STARTUP.G_Check_ID_Flag,
2912: x_country_code => l_search_country_code,
2913: x_return_status => l_return_status,