DBA Data[Home] [Help]

APPS.PQH_FYN_BUS dependencies on WF_ROLES

Line 326: from wf_roles r

322: l_dummy varchar2(1);
323: --
324: cursor c1 is
325: select null
326: from wf_roles r
327: where r.name = p_notified_name;
328: --
329: Begin
330: --

Line 336: -- check if notified_name exists in wf_roles table

332: --
333: if p_notified_type_cd = 'OTHERS' THEN
334:
335: --
336: -- check if notified_name exists in wf_roles table
337: --
338: open c1;
339: --
340: fetch c1 into l_dummy;