DBA Data[Home] [Help]

APPS.WF_HA_MIGRATION dependencies on USER$

Line 242: from sys.user$ t

238: begin
239: /* prevent (unlikely) possibility of sql injection */
240: select count(*)
241: into kount
242: from sys.user$ t
243: where t.name = WF_Schema;
244:
245: if (kount < 1) then
246: WF_Schema2 := 'INVALID_SCHEMA_THROW_ERROR';