Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

ight (c) 2021, Oracle. All rights reserved. Oracle Confidential.

Fusion HDL: How To End Date Recurring Element Entry (Doc ID To


2481311.1) Bottom

In this Document

Goal
Solution

APPLIES TO:

Oracle Fusion Global Human Resources Cloud Service - Version 11.13.18.05.0 and later
Information in this document applies to any platform.

GOAL

How to end date a recurring element entry using HDL?

SOLUTION

According with https://docs.oracle.com/en/cloud/saas/human-resources/21a/fahbo/loading-
payroll-transactional-data.html#FAHBO3596371

To update the last effective end date, include the ReplaceLastEffectiveEndDate attribute in your
METDATA line. Provide a Y value to indicate that the EffectiveEndDate supplied is a change to
the existing logical end date of your record. You must supply a record for the element entry and
every element entry value.

Initial load of recurring information element

ElementEntry.dat

METADATA|ElementEntry|CreatorType|EffectiveStartDate|EffectiveEndDate|ElementName|
LegislativeDataGroupName|EntryType|AssignmentNumber|MultipleEntryCount
MERGE|ElementEntry|WK_LOAD|2018/04/02||WK_RecurringInformationElem|WK_LDG|E|
fill_AssignmentNumber|1

METADATA|ElementEntryValue|EffectiveStartDate|EffectiveEndDate|InputValueName|
ScreenEntryValue|AssignmentNumber|ElementName|LegislativeDataGroupName|
LegislationCode|MultipleEntryCount|EntryType
MERGE|ElementEntryValue|2018/04/02||WK_Amount|50|fill_AssignmentNumber|
WK_RecurringInformationElem|WK_LDG|US|1|E

End dating of the above

ElementEntry.dat

METADATA|ElementEntry|CreatorType|EffectiveStartDate|EffectiveEndDate|ElementName|
LegislativeDataGroupName|EntryType|AssignmentNumber|MultipleEntryCount|
ReplaceLastEffectiveEndDate
MERGE|ElementEntry|WK_LOAD|2018/04/02|2018/12/01|WK_RecurringInformationElem|WK_LDG|E|
fill_AssignmentNumber|1|Y

METADATA|ElementEntryValue|EffectiveStartDate|EffectiveEndDate|InputValueName|
ScreenEntryValue|AssignmentNumber|ElementName|LegislativeDataGroupName|
LegislationCode|MultipleEntryCount|EntryType
MERGE|ElementEntryValue|2018/04/02|2018/12/01|WK_Amount|50|fill_AssignmentNumber|
WK_RecurringInformationElem|WK_LDG|US|1|E

You might also like