DBA Data[Home] [Help]

APPS.PA_HR_UPDATE_API dependencies on FND_TERRITORIES_VL

Line 4282: FROM fnd_territories_vl

4278: BEGIN
4279:
4280: SELECT territory_short_name
4281: INTO l_country_code
4282: FROM fnd_territories_vl
4283: WHERE territory_code = p_country_code ;
4284:
4285: RETURN l_country_code ;
4286: EXCEPTION