Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

"Changes Only" Mode in Absence Module

Sree29Apr 6 2022

Hi,

We have an HCM Extract using ABS_EXT_PER_ABS_ENTRY_UE and PER_EXT_PAY_EMPLOYEES_UE. It is retrieving the person name, number and the absence start date, end date, absence type details. When we run this "Changes Only with marked and previous values" it also generates historical data i.e. output with absence start date in 2021 and more records than expected.

This happens in Absence and Time and labor, both module extracts. Is this an expected behavior ?

Comments

SriniVEERAVALLI
Answer

Try this

<style type="text/css">

td.ResultLinksCell {

display:none;

}

</style>

or

Marked as Answer by Srix · Sep 27 2020
Srix

work like a charm.. Thank You

Srix

I was trying to use the same approach to hide Cancel button(I need to specifically hide it on particular dashboard not across the application) on dashboard. doesnt seem to work ?

<style type="text/css">

td.promptButtonsCell.cancel {

display:none;

}

</style>

Srix

Srini,

above code disables print and export links on dashboard since they also use ResultLinksCell function, is there anyway to specifically hide certain links ?

SriniVEERAVALLI

hmm

are you talking about the initial give code or your code related to cancel?

Srix

initial given code

1 - 6

Post Details

Added on Apr 6 2022
0 comments
103 views