DBA Data[Home] [Help]

APPS.PAY_IP_STARTUP_UTIL dependencies on FND_TERRITORIES_VL

Line 3175: FROM fnd_territories_vl

3171: g_logging := logging(p_action_parameter_group_id);
3172:
3173: SELECT territory_short_name, territory_short_name || ' (' || territory_code || ')'
3174: INTO l_territory, l_territory_with_code
3175: FROM fnd_territories_vl
3176: WHERE territory_code = p_legislation_code;
3177:
3178: -- Clearing HR_STU_EXCEPTIONS table
3179: DELETE FROM HR_STU_EXCEPTIONS;