DBA Data[Home] [Help]

APPS.OE_SHIPPING_WF dependencies on WF_ROLES

Line 376: from wf_roles

372:
373: IF l_eid is null THEN
374: select name
375: into role_name
376: from wf_roles
377: where orig_system='FND_USR'
378: and orig_system_id = l_user_id;
379: ELSE
380: select name

Line 382: from wf_roles

378: and orig_system_id = l_user_id;
379: ELSE
380: select name
381: into role_name
382: from wf_roles
383: where orig_system='PER'
384: and orig_system_id = l_eid;
385: END IF;
386:

Line 404: from wf_roles

400:
401: BEGIN
402: select 1
403: into l_validate_user
404: from wf_roles
405: where name = l_from_role;
406:
407: EXCEPTION
408: WHEN OTHERS THEN