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

Query to fetch data model output in hdl format

edited May 28, 2021 12:01PM in Reporting and Analytics for HCM 3 comments

Content

We are trying to automate HDL process using BI publisher report and Extract.

Data model query to include output for Worker dat file with two metadata lines (Assignment and Work terms).

We are able to fetch data only for one metadata. Can two metadata lines output be fetched? Along with this we are using Bursting query and using split by key.

 

Sample query we used:

 SELECT 1 key, 
'METADATA|Assignment|AssignmentId|WorkTermsAssignmentId|PersonNumber|EffectiveLatestChange|EffectiveSequence|EffectiveStartDate|LocationId|WorkAtHomeFlag|' AS ASG FROM DUAL
UNION ALL
select  1 key, 'MERGE|Assignment|'||A.assignment_id||'|'||XXXXXXX  AS ASG

from (

select --------

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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