Importing Service Contracts with Usage Counters
Hi,
I'm trying to import service contracts with usage line and using interface table OKS_USAGE_COUNTERS_INTERFACE for counter. Column counter_id is a required field and is validated against CSI_COUNTERS_B. For service item, Oracle automatically instantiate and creates the data in CSI_COUNTERS_B but is not link to the usage line in the contract. If it is a subscription line (trackable) item, I have to create first the instance before hand and get counter_id so I can populate counter_id of OKS_USAGE_COUNTERS_INTERFACE. Is there a way to import service contract with usage line without instantiating the counter?