DBA Data[Home] [Help]

APPS.PQH_RLS_DEL dependencies on WF_LOCAL_USER_ROLES

Line 216: from wf_local_user_roles

212: l_plist wf_parameter_list_t;
213: --
214: cursor c0 is
215: select *
216: from wf_local_user_roles
217: where ROLE_ORIG_SYSTEM = 'PQH_ROLE'
218: and ROLE_ORIG_SYSTEM_ID = p_rec.role_id;
219: --
220: begin