DBA Data[Home] [Help]

APPS.RRS_IMPORT_INTERFACE_PKG dependencies on FND_TERRITORIES_VL

Line 2061: From Fnd_Territories_Vl

2057:
2058: begin
2059: Select Territory_code
2060: into l_country_code
2061: From Fnd_Territories_Vl
2062: where Territory_code = p_country_code
2063: and obsolete_flag = 'N';
2064: exception
2065: When no_data_found then