Using OKS_CONTRACTS_PUB.CREATE_COVERED_LINE API, can't get the correct unit price and tax
Hi,
I have to add contract lines programmatically to existing contracts. It's working fine using the OKS_CONTRACTS_PUB api's, but I have following issues:
1. There is no tax information getting populated at any level.
2. The unit price is not correctly calculated, and after looking at the code, I found that list price is passed as unit price from CREATE_COVERED_LINE api. If that's the case, do I need to calculate the unit price and pass it as list price?
3. I need to pass QA Check twice to be able to get contract in Active status, even though there are no QA errors.
I have to add contract lines programmatically to existing contracts. It's working fine using the OKS_CONTRACTS_PUB api's, but I have following issues:
1. There is no tax information getting populated at any level.
2. The unit price is not correctly calculated, and after looking at the code, I found that list price is passed as unit price from CREATE_COVERED_LINE api. If that's the case, do I need to calculate the unit price and pass it as list price?
3. I need to pass QA Check twice to be able to get contract in Active status, even though there are no QA errors.
1