DBA Data[Home] [Help]

APPS.WF_DIRECTORY dependencies on USER_VIEWS

Line 73: from USER_VIEWS

69: begin
70: if (hasBulkSyncView is null) then
71:
72: select count(1) into cnt
73: from USER_VIEWS
74: where VIEW_NAME = 'WF_FND_USR_ROLES';
75:
76: if (cnt = 0) then
77: hasBulkSyncView := false;