DBA Data[Home] [Help]

APPS.FND_MLS_SUBMIT dependencies on FND_TERRITORIES

Line 1292: from fnd_territories

1288: if ( territory is not null ) then
1289: begin
1290: select count(*)
1291: into dummy_count
1292: from fnd_territories
1293: where nls_territory = upper(territory);
1294: exception
1295: when no_data_found then
1296: raise nls_error;