PL/SQL REST API inserting blank records , parameter is table type
Hello,
We are on Oracle EBS 12.2.6 and using Integrated SOA Suite.
We have created PL/SQL package and deployed as REST API.
We are using POSTMAN to to test REST API, we get response as successful but record is not inserting into table.
Issue - records are not inserted into base table using REST API and JSON format. The Pl/SQL procedure is tested at database level and it is working fine.
Procedure Definition
PROCEDURE INSERT_STG_TBL_API ( p_tab_type IN XX_INTG_AR_INV_CM.XX_AR_INV_CM_TABTYPE,
p_error_code OUT VARCHAR2
)
/*#
* Use this procedure to invoice and credit memo data