Oracle TCA question - upgrade to R12
When updating the customer using TCA APIs functionality - we are updating a person info by calling Hz_Party_V2Pub.update_Person - we are getting now an error in R12 :
The value of DATE_OF_DEATH is not null. The value
of DECEASED_FLAG must be Y.
Note: we never (in current 11i and in R12) parse DATE_OF_DEATH into this API... Why Oracle code sees the value in this field? We never had a problem in 11i It looks like it defaults this date ???
Please share any info/knowledge regarding this