DBA Data[Home] [Help]

APPS.INV_UI_RCV_LOVS dependencies on FND_TERRITORIES_VL

Line 7426: FROM fnd_territories_vl

7422: IS
7423: BEGIN
7424: OPEN x_country_lov FOR
7425: SELECT territory_code, territory_short_name
7426: FROM fnd_territories_vl
7427: WHERE territory_code LIKE p_country || '%'
7428: ORDER BY territory_code;
7429: END GET_COUNTRY_LOV;
7430: