Receipts API Create Cash Deposit Date Problem
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');