DBA Data[Home] [Help]

APPS.PQH_RLS_UPD dependencies on WF_LOCAL_USER_ROLES

Line 376: from wf_local_user_roles

372: l_plist wf_parameter_list_t;
373: --
374: cursor c0 is
375: select *
376: from wf_local_user_roles
377: where ROLE_ORIG_SYSTEM = 'PQH_ROLE'
378: and ROLE_ORIG_SYSTEM_ID = p_rec.role_id;
379: --
380: begin