Have i use commit in custom code of oracle.apps.ego.item.postAttributeChange subscription?
Hi.
I use oracle.apps.ego.item.postAttributeChange for history of changes. In custom code i insert data in history table. Have i use commit after insert?(is any DDL after oracle.apps.ego.item.postAttributeChange subscription?) When i does not use commit after insert sometimes (not often but it is happens) data in history table not committed. So i want to know is it ok and commit after insert is required or it is a bug and i have to log SR.
Denis