DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on FND_TERRITORIES

Line 2151: from fnd_territories

2147: if ( territory is not null ) then
2148: begin
2149: select count(*)
2150: into dummy_count
2151: from fnd_territories
2152: where nls_territory = upper(territory);
2153: exception
2154: when no_data_found then
2155: raise nls_error;