EBS Customizations (MOSC)

MOSC Banner

PL/SQL REST API inserting blank records , parameter is table type

edited Feb 13, 2019 4:03AM in EBS Customizations (MOSC) 4 commentsAnswered

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

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center