Receivables - EBS (MOSC)

MOSC Banner

Error in call to ar_adjust_pub.create_adjustment

edited Sep 3, 2012 6:41AM in Receivables - EBS (MOSC) 4 commentsAnswered
Hi all,

I am using the below script to create an adjustment,

======================

DECLAREv_msg_data VARCHAR2 (1000);v_adj_rec ar_adjustments%ROWTYPE;l_new_adjust_number ar_adjustments.adjustment_number%TYPE := NULL;l_new_adjust_id ar_adjustments.adjustment_id%TYPE := NULL;l_msg_count NUMBER := 0;l_ret_stat VARCHAR2(10) := NULL;BEGIN

/*------------------------------------+| Setting global initialization |+------------------------------------*/--Fnd_Global.apps_initialize (12186, 53601, 222);--Mo_Global.init ('AR');--Mo_Global.set_policy_context('S',3577);/*------------------------------------+| Setting value to input parameters |+------------------------------------*/--Populate v_adj_rec record

v_adj_rec.customer_trx_id := 5887148;v_adj_rec.TYPE := 'LINE';v_adj_rec.payment_schedule_id

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