DBA Data[Home] [Help]

APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on AR_RAAPI_UTIL

Line 3394: ar_raapi_util.constant_system_values;

3390: END IF;
3391:
3392: END IF;
3393:
3394: ar_raapi_util.constant_system_values;
3395:
3396: l_adjustable_amount := ar_raapi_util.adjustable_revenue (
3397: p_customer_trx_line_id => p_customer_trx_line_id,
3398: p_adjustment_type => 'EA',

Line 3396: l_adjustable_amount := ar_raapi_util.adjustable_revenue (

3392: END IF;
3393:
3394: ar_raapi_util.constant_system_values;
3395:
3396: l_adjustable_amount := ar_raapi_util.adjustable_revenue (
3397: p_customer_trx_line_id => p_customer_trx_line_id,
3398: p_adjustment_type => 'EA',
3399: p_customer_trx_id => p_customer_trx_id,
3400: p_salesrep_id => NULL,

Line 5974: AR_RAAPI_UTIL.g_called_from := 'SWEEPER';

5970: l_request_id := fnd_global.conc_request_id;
5971:
5972: /**allows to skip certain steps like rounding from the standard flow and
5973: process the same in bulk mode for better performance. */
5974: AR_RAAPI_UTIL.g_called_from := 'SWEEPER';
5975:
5976: FOR morgs in cur_orgs
5977: LOOP
5978: mo_global.set_policy_context('S',morgs.org_id);

Line 6225: on package global value AR_RAAPI_UTIL.g_called_from passed as SWEEPER),this call will round

6221:
6222: CLOSE expiring_lines;
6223:
6224: /** Revenue Adjustment API will not call rounding logic if the call is from sweeper program (based
6225: on package global value AR_RAAPI_UTIL.g_called_from passed as SWEEPER),this call will round
6226: each adjustment that is recorded in ar_rev_line_adj_gt */
6227: IF (arp_rounding.correct_rev_adj_by_line = 0) THEN
6228: arp_util.debug('ERROR: arp_rounding.correct_rev_adj_by_line');
6229: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 7540: debug('category_set_id = ' || AR_RAAPI_UTIL.g_category_set_id);

7536: is not set, the value is not null, but a inoperable constant */
7537: g_om_context := NVL(fnd_profile.value('ONT_SOURCE_CODE'),'###NOT_SET###');
7538:
7539: /* 13482797 - display g_category_set_id, g_inv_org_id */
7540: debug('category_set_id = ' || AR_RAAPI_UTIL.g_category_set_id);
7541: debug('inv_org_id = ' || AR_RAAPI_UTIL.g_inv_org_id);
7542:
7543: EXCEPTION
7544:

Line 7541: debug('inv_org_id = ' || AR_RAAPI_UTIL.g_inv_org_id);

7537: g_om_context := NVL(fnd_profile.value('ONT_SOURCE_CODE'),'###NOT_SET###');
7538:
7539: /* 13482797 - display g_category_set_id, g_inv_org_id */
7540: debug('category_set_id = ' || AR_RAAPI_UTIL.g_category_set_id);
7541: debug('inv_org_id = ' || AR_RAAPI_UTIL.g_inv_org_id);
7542:
7543: EXCEPTION
7544:
7545: WHEN NO_DATA_FOUND THEN