0% found this document useful (0 votes)
1K views2 pages

HDL End Date Recurring Elements

To end date a recurring element entry in Oracle Fusion HDL, include the ReplaceLastEffectiveEndDate attribute with a value of "Y" in the metadata line for the element entry. You must also provide an effective end date for the element entry value and include it in the metadata line. This will update the existing logical end date for the recurring element entry.

Uploaded by

hamdy20017121
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views2 pages

HDL End Date Recurring Elements

To end date a recurring element entry in Oracle Fusion HDL, include the ReplaceLastEffectiveEndDate attribute with a value of "Y" in the metadata line for the element entry. You must also provide an effective end date for the element entry value and include it in the metadata line. This will update the existing logical end date for the recurring element entry.

Uploaded by

hamdy20017121
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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