You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started: AI Resources for Oracle Cloud HCM – Go Here

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

How to create Union based table type value set

Summary:

I am trying to create table based value set and also I need some constant value which is not exists in the table.

Content (required):

I am trying to create table based value set and also I need some constant value which is not exists in the table.

Version (include the version you are using, if applicable):


Code Snippet (add any code snippets that support your topic, if applicable):

select a.name from (select name, LEGAL_ENTITY_ID, status from per_legal_employers UNION ALL select 'Private Visa - Not sponsored by PFC' name, 123 LEGAL_ENTITY_ID, 'A' status from dual) a where STATUS = 'A'

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!