DBA Data[Home] [Help]

APPS.PA_ASSIGNMENTS_PUB dependencies on PA_LOCATION_UTILS

Line 1423: PA_LOCATION_UTILS.Check_Country_Name_Or_Code( p_country_code => p_location_country_code

1419:
1420: IF (p_location_country_code IS NOT NULL AND p_location_country_code <> FND_API.G_MISS_CHAR) OR
1421: (p_location_country_name IS NOT NULL AND p_location_country_name <> FND_API.G_MISS_CHAR) THEN
1422:
1423: PA_LOCATION_UTILS.Check_Country_Name_Or_Code( p_country_code => p_location_country_code
1424: ,p_country_name => p_location_country_name
1425: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
1426: ,x_country_code => l_location_country_code
1427: ,x_return_status => l_return_status

Line 4820: PA_LOCATION_UTILS.Check_Country_Name_Or_Code( p_country_code => p_location_country_code

4816: --No Need to Validate if country code and name are both not passed in
4817:
4818: IF (l_location_country_code IS NOT NULL) OR
4819: (p_location_country_name IS NOT NULL AND p_location_country_name <> FND_API.G_MISS_CHAR) THEN
4820: PA_LOCATION_UTILS.Check_Country_Name_Or_Code( p_country_code => p_location_country_code
4821: ,p_country_name => p_location_country_name
4822: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
4823: ,x_country_code => l_location_country_code
4824: ,x_return_status => l_return_status

Line 5259: PA_LOCATION_UTILS.Check_Country_Name_Or_Code(p_country_code => l_assignment_rec.search_country_code,

5255:
5256: IF (l_assignment_rec.search_country_code <> FND_API.G_MISS_CHAR AND l_assignment_rec.search_country_code IS NOT NULL) OR
5257:
5258: (p_search_country_name <> FND_API.G_MISS_CHAR AND p_search_country_name IS NOT NULL) THEN
5259: PA_LOCATION_UTILS.Check_Country_Name_Or_Code(p_country_code => l_assignment_rec.search_country_code,
5260: p_country_name => p_search_country_name,
5261: p_check_id_flag => PA_STARTUP.G_Check_ID_Flag,
5262: --x_country_code => l_assignment_rec.search_country_code, Bug:4537865
5263: x_country_code => l_new_search_country_code, --Bug: 4537865