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!

Purge Assignments with HDL

Jeroen v MeenenApr 23 2020 — edited Aug 7 2020

Hi guys,

If we try to purge (completely remove all date-effective rows) an Assignment via HDL it errors with:

"You supplied a DELETE instruction for the object component Assignment, which can't be deleted. (HRC-1035622)"

However from the front-end this action is allowed by removing all assignment date-effective rows one by one, starting with the most recent.

We have scenarios where assignments were created with the wrong effective start date, the only way is to purge and recreate the assignment.

Why is not allowed through HDL?

Regards

Jeroen

Comments

843807
tree.addTreeSelectionListener(new javax.swing.event.TreeSelectionListener() {
            public void valueChanged(TreeSelectionEvent e) {
                // do whatever you want with table in here            
}
        });
Tonny
http://www.kiyut.com
(swing component)
1 - 1

Post Details

Added on Apr 23 2020
10 comments
3,249 views