DBA Data[Home] [Help]

APPS.GML_MOBILE_RECEIPT dependencies on FND_TERRITORIES_VL

Line 3113: FROM fnd_territories_vl

3109: IS
3110: BEGIN
3111: OPEN x_country_lov FOR
3112: SELECT territory_code, territory_short_name
3113: FROM fnd_territories_vl
3114: WHERE territory_code LIKE p_country || '%'
3115: ORDER BY territory_code;
3116: END GET_COUNTRY_LOV;
3117: