Receivables - EBS (MOSC)

MOSC Banner

API upload deposit invoice

I created new API to upload deposit invoice but don't upload in transactions form

declare

l_return_status VARCHAR2(1);

l_msg_count NUMBER;

l_msg_data VARCHAR2(240);

l_new_trx_number ra_customer_trx.trx_number%type;

l_new_customer_trx_id ra_customer_trx.customer_trx_id%type;

l_new_customer_trx_line_id ra_customer_trx_lines.customer_trx_line_id%type;

l_new_rowid VARCHAR2(240);

l_new_status VARCHAR2(240);

begin

/*------------------------------+

| Setting global initialization |

+-------------------------------*/

FND_GLOBAL.apps_initialize(1210, 20678, 222);

MO_GLOBAL.init('AR');

ar_deposit_api_pub.CREATE_DEPOSIT(

 p_api_version => 1.0,

 p_init_msg_list => FND_API.G_TRUE,

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