Need detail about the column Request_id in ego_mtl_sy_items_ext_b
Team,
When we prepared an AWR report, we found that the below DML statement had been executed.
UPDATE EGO_MTL_SY_ITEMS_EXT_B SET REQUEST_ID = 13641928 WHERE ATTR_GROUP_ID = :atr_grp_id AND REQUEST_ID <-1 ;
We searched for any of the APIs doing this task. But, unfortunately we couldn't find any API.. Still we are confused and also we had searched for the custom objects doing like this, but even no records were fetched.
IS there any logic behind this DML statement in PIM ?
If so , could any one please tell us what would be the reason ?
0