What is the public API for Auto-Generate Charges?
Hi all,
Working in eBS R12.1.3 service requests module (CS).
On the Service Request charges tab there is a button to "Auto Generate" charge lines from various sources (repair orders, tasks, etc.). It's creating the records in cs_estimate_details.
What is the public API to call to do this? I've looked at CS_CHARGE_DETAILS_PUB, CS_CHARGE_CREATE_ORDER_PUB, CS_SERVICEREQUEST_PUB and a few others and I'm not seeing this.
For my process I want to ensure the estimate details are completely up-to-date before starting on processing. Is there not a way to call this from the back end?