DBA Data[Home] [Help]

APPS.AR_DEFERRAL_REASONS_GRP dependencies on AR_RAAPI_UTIL

Line 152: /* 5283886 - initialize ar_raapi_util */

148: IF FND_API.to_Boolean( p_init_msg_list ) THEN
149: fnd_msg_pub.initialize;
150: END IF;
151:
152: /* 5283886 - initialize ar_raapi_util */
153: ar_raapi_util.constant_system_values;
154:
155: -- Initialize API return status to success
156: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 153: ar_raapi_util.constant_system_values;

149: fnd_msg_pub.initialize;
150: END IF;
151:
152: /* 5283886 - initialize ar_raapi_util */
153: ar_raapi_util.constant_system_values;
154:
155: -- Initialize API return status to success
156: x_return_status := FND_API.G_RET_STS_SUCCESS;
157:

Line 173: l_adjustable_amount := ar_raapi_util.adjustable_revenue (

169: l_target_in_ar := TRUE;
170:
171: /* 5283886 - Prevent calls into revenue adjustment API
172: when there is no revenue to earn */
173: l_adjustable_amount := ar_raapi_util.adjustable_revenue (
174: p_customer_trx_line_id => p_line_rec.customer_trx_line_id,
175: p_adjustment_type => 'EA',
176: p_customer_trx_id => p_line_rec.customer_trx_id,
177: p_salesrep_id => NULL,

Line 212: l_adjustable_amount := ar_raapi_util.adjustable_revenue (

208: END IF;
209:
210: /* 5283886 - Prevent calls into revenue adjustment API
211: when there is no revenue to earn */
212: l_adjustable_amount := ar_raapi_util.adjustable_revenue (
213: p_customer_trx_line_id => c_line_rec.customer_trx_line_id,
214: p_adjustment_type => 'EA',
215: p_customer_trx_id => c_line_rec.customer_trx_id,
216: p_salesrep_id => NULL,