PL/SQL (MOSC)

MOSC Banner

AR_RECEIPT_API_PUB.create_cash not creating the receipt

edited 5:51AM in PL/SQL (MOSC) Question

Hi Guru's

I have developed package and built it into ADI Web Integrator to load my data into my staging table. This works perfectly. My second package is to call the data from the staging table and then to create the receipts.

This is the data I am uploading into my staging table:

I can see the data has uploaded successfully.

This is my code for the api.

CREATE OR REPLACE PACKAGE body APPS.XX_ARRECEIPTS_CREATE_PKG
IS

PROCEDURE XXCCREATEREC(errbuf out NOCOPY varchar2, retcode out NOCOPY varchar2)
IS
L_RETURN_STATUS VARCHAR2(240);
L_MSG_COUNT NUMBER;
L_MSG_DATA VARCHAR2(240);

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