DBA Data[Home] [Help]

APPS.ARP_PROCESS_ADJUSTMENT dependencies on ARP_GLOBAL

Line 3345: arp_global.set_of_books_id,

3341: NULL,
3342: NULL,
3343: 'N',
3344: NULL,
3345: arp_global.set_of_books_id,
3346: 222,
3347: l_default_gl_date,
3348: l_defaulting_rule_used,
3349: l_error_message) = TRUE)

Line 3361: l_adj_rec.receivables_trx_id := arp_global.G_CB_REV_RT_ID;

3357: l_adj_rec.acctd_amount := -l_adj_rec.acctd_amount;
3358: IF ( l_adj_rec.chargeback_customer_trx_id is NULL ) THEN
3359: l_adj_rec.receivables_trx_id := -13;
3360: ELSE
3361: l_adj_rec.receivables_trx_id := arp_global.G_CB_REV_RT_ID;
3362: END IF;
3363:
3364: l_adj_rec.line_adjusted := -l_adj_rec.line_adjusted;
3365: l_adj_rec.freight_adjusted := -l_adj_rec.freight_adjusted;

Line 3477: -- arp_global.G_CB_REV_RT_ID to make sure the

3473:
3474: -- Set up sequential numbering stuff
3475:
3476: -- Fix for bug 540964: use p_adj_rec.receivables_trx_id instead of
3477: -- arp_global.G_CB_REV_RT_ID to make sure the
3478: -- correct sequence is used for Adjustments
3479:
3480: SELECT rt.name
3481: INTO l_rec_name

Line 3505: , arp_global.set_of_books_id

3501: -- numbering.
3502: FND_SEQNUM.GET_SEQ_NAME(
3503: arp_standard.application_id
3504: , l_rec_name -- category code
3505: , arp_global.set_of_books_id
3506: , 'A'
3507: , p_adj_rec.apply_date
3508: , l_sequence_name
3509: , l_sequence_id

Line 3523: sobid => arp_global.set_of_books_id,

3519: p_adj_rec.doc_sequence_value :=
3520: FND_SEQNUM.GET_NEXT_SEQUENCE(
3521: appid => arp_standard.application_id,
3522: cat_code => l_rec_name,
3523: sobid => arp_global.set_of_books_id,
3524: met_code => 'A',
3525: trx_date => p_adj_rec.apply_date,
3526: dbseqnm => l_sequence_name,
3527: dbseqid => p_adj_rec.doc_sequence_id);

Line 3958: AND org_id = arp_global.sysparam.org_id;

3954: BEGIN
3955: SELECT tax_rounding_rule INTO l_rounding_rule
3956: FROM zx_product_options
3957: WHERE application_id = 222
3958: AND org_id = arp_global.sysparam.org_id;
3959: EXCEPTION
3960: WHEN NO_DATA_FOUND THEN
3961: l_rounding_rule := NULL;
3962: arp_util.debug('tax_rounding_rule will be defaulted because there is no row in zx_product_options');

Line 4097: pg_msg_level_debug := arp_global.MSG_LEVEL_DEBUG;

4093:
4094:
4095: BEGIN
4096:
4097: pg_msg_level_debug := arp_global.MSG_LEVEL_DEBUG;
4098: pg_user_id := fnd_global.user_id;
4099: pg_text_dummy := arp_adjustments_pkg.get_text_dummy;
4100: pg_base_curr_code := arp_global.functional_currency;
4101: pg_base_precision := arp_global.base_precision;

Line 4100: pg_base_curr_code := arp_global.functional_currency;

4096:
4097: pg_msg_level_debug := arp_global.MSG_LEVEL_DEBUG;
4098: pg_user_id := fnd_global.user_id;
4099: pg_text_dummy := arp_adjustments_pkg.get_text_dummy;
4100: pg_base_curr_code := arp_global.functional_currency;
4101: pg_base_precision := arp_global.base_precision;
4102: pg_base_min_acc_unit := arp_global.base_min_acc_unit;
4103:
4104: EXCEPTION

Line 4101: pg_base_precision := arp_global.base_precision;

4097: pg_msg_level_debug := arp_global.MSG_LEVEL_DEBUG;
4098: pg_user_id := fnd_global.user_id;
4099: pg_text_dummy := arp_adjustments_pkg.get_text_dummy;
4100: pg_base_curr_code := arp_global.functional_currency;
4101: pg_base_precision := arp_global.base_precision;
4102: pg_base_min_acc_unit := arp_global.base_min_acc_unit;
4103:
4104: EXCEPTION
4105: WHEN OTHERS THEN

Line 4102: pg_base_min_acc_unit := arp_global.base_min_acc_unit;

4098: pg_user_id := fnd_global.user_id;
4099: pg_text_dummy := arp_adjustments_pkg.get_text_dummy;
4100: pg_base_curr_code := arp_global.functional_currency;
4101: pg_base_precision := arp_global.base_precision;
4102: pg_base_min_acc_unit := arp_global.base_min_acc_unit;
4103:
4104: EXCEPTION
4105: WHEN OTHERS THEN
4106: arp_util.debug('EXCEPTION: arp_process_adjustment.initialization');