How to call BC in PR file in a way similar to GetBusObj()
Please suggest a method to call a BC in PR file in a way similar to the SiebelApp.S_App.GetBusObj() function, I had tried SiebelApp.S_App.Model.GetBusObj(business_object).GetBusComp(business_component) as suggested in oracle bookshelf but its not working.