DBA Data[Home] [Help]

APPS.GR_PROCESS_DOCUMENTS_INSERTS dependencies on SY_GEOG_MST

Line 107: FROM sy_geog_mst

103: ** Get the country description
104: */
105: CURSOR c_get_country_info (V_country_code VARCHAR2) IS
106: SELECT geog_desc
107: FROM sy_geog_mst
108: WHERE geog_type = 1
109: AND geog_code = V_country_code;
110: LocalCountryRecord c_get_country_info%ROWTYPE;
111: