DBA Data[Home] [Help]

APPS.INV_UI_RCV_LOVS dependencies on FND_TERRITORIES_VL

Line 8486: FROM fnd_territories_vl

8482: IS
8483: BEGIN
8484: OPEN x_country_lov FOR
8485: SELECT territory_code, territory_short_name
8486: FROM fnd_territories_vl
8487: WHERE territory_code LIKE p_country || '%'
8488: ORDER BY territory_code;
8489: END GET_COUNTRY_LOV;
8490: