Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error Creating User Security in HCM

2813580Jan 18 2016 — edited Jan 18 2016

Hi everybody!

My name is Liscay, I am Consultant in HCM and I'm creating a User of Security in oiur enviroment of HCM but I haven't been able, Appears this error:

"The global name character set context does not match the enterprise global person name language. "

This message appears when I do click in the button "Autoprovision Roles". Before, I already had configured the task:

  1. Manage Organization Security
  2. Manage Person Security
  3. Manage Role Provisioning Rules. Here I had Deselect the Autoprovision option, according to instructions guide

I couldn't find the Issue. What mean that? Anybody know?

Best Regards,

Liscay Angulo

Comments

fac586
Answer

van Baal HR wrote:

I want to query the APEX data dictionary for the pages I have created. The authorisation concept here dictates, that the pages created with APEX, must be granteable to roles and therefore I need to query the dictionary. Unfortunately I do not know what tables to access. Some stay empty, even when I connect to the database as DBA

Does anybody have a tip, what I can do here?

Many of the APEX views contain restrictions based on the database user being the parsing schema for the application, or a schema associated for the workspace. Some are dependent on being queried from an active APEX session.

The views can be interactively explored using the APEX Views utility in the Application Builder, and the dictionary is extensively documented in the APEX_DICTIONARY metadata view:

select * from apex_dictionary where apex_view_name = '<view name>'

Marked as Answer by van Baal HR · Sep 27 2020
van Baal HR

The query, that gave me the wanted information is:

SELECT *

  FROM apex_application_pages

WHERE application_id = 103

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 15 2016
Added on Jan 18 2016
0 comments
566 views