DBA Data[Home] [Help]

APPS.PA_AR_ADV_RECEIPT dependencies on AR_RECEIPT_API_PUB

Line 69: ar_receipt_api_pub.unapply_on_account(P_API_VERSION => l_api_version,

65: l_amount_applied := i.amount_applied;
66:
67: l_position := '4';
68: -- Calling the AR package to Unapply the on account ammount
69: ar_receipt_api_pub.unapply_on_account(P_API_VERSION => l_api_version,
70: p_cash_receipt_id => p_receipt_id,
71: p_receivable_application_id => l_receivable_application_id,
72: p_reversal_gl_date => p_gl_date,
73: X_return_status => l_return_status,

Line 83: ar_receipt_api_pub.apply_other_account(P_API_VERSION => l_api_version,

79: END IF;
80:
81: l_position := '5';
82: -- Calling AR package to apply the Amount to prepayment
83: ar_receipt_api_pub.apply_other_account(P_API_VERSION => l_api_version,
84: p_cash_receipt_id => p_receipt_id,
85: p_receivable_application_id => l_receivable_application_id,
86: X_return_status => l_return_status,
87: X_msg_count => l_msg_count,

Line 193: ar_receipt_api_pub.unapply_other_account(

189:
190: l_position := '2';
191:
192: -- Calling the AR package to Unapply the prepayment Amount
193: ar_receipt_api_pub.unapply_other_account(
194: P_API_VERSION => l_api_version,
195: p_cash_receipt_id => l_cash_receipt_id,
196: p_receivable_application_id => l_rec_app_id,
197: X_return_status => l_return_status,

Line 208: ar_receipt_api_pub.apply_on_account(P_API_VERSION => l_api_version,

204:
205: l_position := '3';
206:
207: -- Calling the AR package to Apply the On Account Amount
208: ar_receipt_api_pub.apply_on_account(P_API_VERSION => l_api_version,
209: p_cash_receipt_id => l_cash_receipt_id,
210: X_return_status => l_return_status,
211: X_msg_count => l_msg_count,
212: X_msg_data => l_msg_data,