Receivables - EBS (MOSC)

MOSC Banner

Receipts API Create Cash Deposit Date Problem

edited Jun 6, 2020 5:00AM in Receivables - EBS (MOSC) 3 commentsAnswered

Hello,

I am trying to create cash receipts with api. I'm using this Receipts API Overview, Setup, Sample Scripts and Troubleshooting (Doc ID 1361075.1) document as guide. Bu there is a problem. Even I add p_deposit_date parameter receipts are always created with null deposit date.  How can add deposit date? Thank You.

DECLARE

   l_return_status VARCHAR2(1);

   l_msg_count NUMBER;

   l_msg_data VARCHAR2(240);

   l_cash_receipt_id NUMBER;

   p_count number := 0;

   l_attrib Ar_Receipt_Api_Pub.attribute_rec_type;

BEGIN

    -- 1) Set the applications context

    fnd_global.apps_initialize(1784, 50245, 222,0);

    mo_global.set_policy_context('S','105');

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