Behavior of "change_contexts(DATE_EARNED=l_date)".
Hi Team,
I would want to know about 'DATE_EARNED' change context like how it will work and what it will check. please see below example code and help to understand it clearly
l_date=TO_DATE('01-'||TO_CHAR(IV_ACCRUALPERIODSTARTDATE,'MM-RRRR'),'DD-MM-RRRR')
l_date=last_day(l_date)
change_contexts(DATE_EARNED=l_date)
(
logic
)
0