DBA Data[Home] [Help]

APPS.PQH_RLS_UPD dependencies on WF_LOCAL_USER_ROLES

Line 372: from wf_local_user_roles

368: l_plist wf_parameter_list_t;
369: --
370: cursor c0 is
371: select *
372: from wf_local_user_roles
373: where ROLE_ORIG_SYSTEM = 'PQH_ROLE'
374: and ROLE_ORIG_SYSTEM_ID = p_rec.role_id;
375: --
376: begin