DBA Data[Home] [Help]

APPS.FND_OAM_COLLECTION dependencies on FND_LOGIN_RESP_FORMS

Line 1388: from fnd_login_resp_forms F,

1384: if (is_collection_enabled('ACTIVE_USERS')) then
1385: -- get the number of active users
1386: select count(distinct(F.login_id))
1387: into ct_active_users
1388: from fnd_login_resp_forms F,
1389: gv$session S
1390: where F.AUDSID = S.AUDSID;
1391:
1392: -- update the number of active forms users