[Home] [Help]
APPS.JL_BR_AR_REMIT_COLL_OCCUR dependencies on AR_RECEIPT_API_PUB
Line 380: Ar_receipt_api_pub.create_cash
376: LOOP
377: FETCH PS into CURSOR_PS;
378: exit when PS%notfound;
379:
380: Ar_receipt_api_pub.create_cash
381: ( p_api_version => 1.0,
382: p_init_msg_list => FND_API.G_FALSE,
383: p_commit => FND_API.G_FALSE,
384: x_return_status => l_return_status,