Unable to match "product" with proper "businessObjectType" for report API
Hi,
we're trying to implement audit reports for product and business objects by calling fscmRestApi/fndAuditRESTService/audittrail/getaudithistory API.
The issue we're facing is related to proper match between products and related businessObjectsTypes. Following some customerconnect discussions, like:
-
and
which refer to search from values in following tables:
- FND_AUDIT_ATTRIBUTES
- FND_AUDIT_WEBAPP_AM
I'm still not able to find the relation between products and related businessObjectTypes. I've understood that:
- WEBAPP column value in attached report_enabled_products.xlsx refer to product
- PARENT_OBJECT column value in attached report_enabled_bo_attributes.xlsx refer to business object
How Can I manage to link between product and values according to my attached XLSX files?
0