DBA Data[Home] [Help]

APPS.WF_DIGITAL_SECURITY_PRIVATE dependencies on WF_USER_ROLES

Line 347: From WF_User_Roles R

343: where USER_ID = act_id;
344:
345: Select count(*)
346: into kount
347: From WF_User_Roles R
348: where R.USER_ORIG_SYSTEM in ('FND_USR', 'PER')
349: and R.USER_ORIG_SYSTEM_ID = to_number(
350: decode(R.User_Orig_System, 'PER', act_emp_id,
351: 'FND_USR', act_id,