DBA Data[Home] [Help]

APPS.PA_HR_UPDATE_API dependencies on FND_TERRITORIES_VL

Line 4143: FROM fnd_territories_vl

4139: BEGIN
4140:
4141: SELECT territory_short_name
4142: INTO l_country_code
4143: FROM fnd_territories_vl
4144: WHERE territory_code = p_country_code ;
4145:
4146: RETURN l_country_code ;
4147: EXCEPTION