Public API to create records in the table PA_PROJECT_ASSET_LINES_ALL
Hi,
I have a requirement to create Fixed Assets from Projects. I use the API pa_project_assets_pub.add_project_asset to create header records and pa_project_assets_pub.add_asset_assignment for assignment. Now, I need to create records in the asset line table pa_project_asset_lines_all. Is there an api to do this?
Thank you.