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

Data model to Fetch Proposed value of Job in Workflow notification seeded Template

edited Apr 9, 2020 11:26AM in Reporting and Analytics for HCM 2 comments

Content

Hi,

I have a requirement to add job title in Transfer Details section of seeded Workflow notification(Transfer Report).

I managed to fetch Current Value of Job but I am unable to fetch proposed value for job. 

I would really appreciate if someone can show how to fetch proposed value.

SQL to fetch current job title-

SELECT pjft.name    jobname
FROM   per_all_assignments_m asg,
   per_jobs_f_tl pjft
WHERE  asg.job_id = pjft.job_id
and ASG.ASSIGNMENT_ID = (SELECT
 extractValue(xmltype('<root>'||txndata.data_cache||'</root>'),'root/TRANSACTION/TransCtx/AssignmentId')
FROM hrc_txn_data txndata

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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