DBA Data[Home] [Help]

APPS.ICXSUNWF dependencies on WF_ROLES

Line 74: -- check if already exists in wf_roles

70: aname => 'ICX_USER_NAME');
71: --
72: if length(l_user_name) <= 30
73: then
74: -- check if already exists in wf_roles
75: select count(*)
76: into l_count
77: from wf_roles
78: where name = l_user_name;

Line 77: from wf_roles

73: then
74: -- check if already exists in wf_roles
75: select count(*)
76: into l_count
77: from wf_roles
78: where name = l_user_name;
79:
80: if l_count > 0 then
81: