Oracle PIM: Assignment Rule
With respect to assignment rules in PIM, the requirement is to default a date attribute to today's date (sysdate) if active flag is set to 'N'. This is required to keep a history of when an attribute was made inactive by defaulting the date attribute.
However, I could not find any date function in the document for rules and rule sets. The whiite paper (R12C_PIM_Rules_WhitePaper.pdf) also does not mention about defaulting the date using a function. There are only two date functions mentioned on the document namely + and -
If anybody has encountered a similar requirement, please let me know.