ASCP collection hook
Hi
I am trying to utilise the collections hook to alter an attribute on the msc_system_items table based on certain criteria.
I have no problem with the coding - just not sure where to add it?
I see two packages - MSCCLCAS.pls & MSCCLCAB.pls - with the procedure CLEANSE as discussed in Oracle's doc > Data Hooks For Manipulating Data in Value Chain Planning (aka APS Advanced Planning and Scheduling) (Doc ID 976328.1)
Can someone please provide me a little guidance ?
The code I want to insert is:
update apps.msc_st_system_items msi
set msi.replenish_to_order_flag = 'Y'