Is there any join condition to join multiple subject areas
For example could anyone help to join below subject areas.
recruiting - recruiting real time
workforce management - person real time
Hi,
Please check Doc ID 2960202.1.
Regards,
Much of the applicants in recruiting can NOT join to worker HR because nothing exists to join to.
Do you mean only the candidates who accepted an offer on a job requisition in a job application who were automatically added by recruiting with a work relationship assignment as pending workers in Human Resources in HCM in candidate selection process phase "Move to HR"?
Some of the person columns are already joined for you available already in subject are recruiting.
For example
"Candidate Details"."Person Identifier"
"Candidate Details"."Person Number" etc.
Person identifier is the primary unique identifier of a person so if you want additional information from person subject areas of columns that are not duplicated in recruiting then go for it.
https://docs.oracle.com/en/cloud/saas/human-resources/24a/oedmh/perpersons-21133.html#perpersons-21133
PER_PERSONS PER_PERSONS_PK Unique Default PERSON_ID
PER_ALL_PEOPLE_F PER_PEOPLE_F_PK Unique Default PERSON_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE PER_PEOPLE_F_U1 Unique Default BUSINESS_GROUP_ID, UPPER("PERSON_NUMBER"), EFFECTIVE_START_DATE, EFFECTIVE_END_DATE
In logical sql in OTBI you can use join syntax - see your user guide
Oracle® Fusion Middleware Logical SQL Reference Guide for Oracle Business Intelligence Enterprise Edition Release 12c (12.2.1.3.0) E80604-01 August 2017
https://docs.oracle.com/middleware/12213/biee/BIESQ/toc.htm
select all 0 as s_0, a.id as s_1, b.id as s_2 from (select all t.* from subject_area_A t) a left outer join (select all t.* from subject_area_B t) b on (a.id = b.id)
Description: Join our Product Management team to learn about new features that are part of 26.R3 Application release of Fusion Data Intelligence (SCM). The session will cover updates on Supply Chain Management and Procurement. Presented by: Anil Sebastian - Senior Director, SCM Product Management, Fusion Data Intelligence…
We would like to understand the reason for the difference in configuration options for the “Send Message to Team” action across the Redwood VBCS Recruiting pages. Currently, we observe the following behavior: On the Job Requisition and Job Requisition List pages, it is possible to hide/remove the “Send Message to Team”…
Is there a way to extract existing BIP reports saved in a specific folder? Like can capture Report Name, Report Path and Owner for example?
Is there a log that can be checked on our side that might help with the issue. I've submitted an SR, however it is currently being bounced around between different areas. Could not establish connection. oracle.xdo.delivery.ssh2.SSHMessageException: Error in decrypting message Current thought is that this is an issue with…
Hello, I'm trying my hand at creating some KPI's and Dashboard Visualizations for the Recruiting Activity Center (RAC) per the following documentation: Flexible Reporting in Redwood Dashboards Redwood Experience: Recruiting Dashboard When I add a session variable to my OTBI reports, I correctly see a value of 0 in my…
'Facility Name' exists in the Recruiting - Recruiting Real Time multiple times with varying usage. Job Requistion -> Job Requisition - Additional Details -> Facility Name Job Requistion -> Location -> Facility Name Is there any reason why these two Facility Names would not exist in the Recruiting - Real Time Events subject…