DBA Data[Home] [Help]

APPS.ARP_PROCESS_ADJUSTMENT dependencies on ARP_GLOBAL

Line 2853: arp_global.set_of_books_id,

2849: NULL,
2850: NULL,
2851: 'N',
2852: NULL,
2853: arp_global.set_of_books_id,
2854: 222,
2855: l_default_gl_date,
2856: l_defaulting_rule_used,
2857: l_error_message) = TRUE)

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

2865: l_adj_rec.acctd_amount := -l_adj_rec.acctd_amount;
2866: IF ( l_adj_rec.chargeback_customer_trx_id is NULL ) THEN
2867: l_adj_rec.receivables_trx_id := -13;
2868: ELSE
2869: l_adj_rec.receivables_trx_id := arp_global.G_CB_REV_RT_ID;
2870: END IF;
2871:
2872: l_adj_rec.line_adjusted := -l_adj_rec.line_adjusted;
2873: l_adj_rec.freight_adjusted := -l_adj_rec.freight_adjusted;

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

2974:
2975: -- Set up sequential numbering stuff
2976:
2977: -- Fix for bug 540964: use p_adj_rec.receivables_trx_id instead of
2978: -- arp_global.G_CB_REV_RT_ID to make sure the
2979: -- correct sequence is used for Adjustments
2980:
2981: SELECT rt.name
2982: INTO l_rec_name

Line 3006: , arp_global.set_of_books_id

3002: -- numbering.
3003: FND_SEQNUM.GET_SEQ_NAME(
3004: arp_standard.application_id
3005: , l_rec_name -- category code
3006: , arp_global.set_of_books_id
3007: , 'A'
3008: , p_adj_rec.apply_date
3009: , l_sequence_name
3010: , l_sequence_id

Line 3024: sobid => arp_global.set_of_books_id,

3020: p_adj_rec.doc_sequence_value :=
3021: FND_SEQNUM.GET_NEXT_SEQUENCE(
3022: appid => arp_standard.application_id,
3023: cat_code => l_rec_name,
3024: sobid => arp_global.set_of_books_id,
3025: met_code => 'A',
3026: trx_date => p_adj_rec.apply_date,
3027: dbseqnm => l_sequence_name,
3028: dbseqid => p_adj_rec.doc_sequence_id);

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

3371: BEGIN
3372: SELECT tax_rounding_rule INTO l_rounding_rule
3373: FROM zx_product_options
3374: WHERE application_id = 222
3375: AND org_id = arp_global.sysparam.org_id;
3376: EXCEPTION
3377: WHEN NO_DATA_FOUND THEN
3378: l_rounding_rule := NULL;
3379: arp_util.debug('tax_rounding_rule will be defaulted because there is no row in zx_product_options');

Line 3485: pg_msg_level_debug := arp_global.MSG_LEVEL_DEBUG;

3481:
3482:
3483: BEGIN
3484:
3485: pg_msg_level_debug := arp_global.MSG_LEVEL_DEBUG;
3486: pg_user_id := fnd_global.user_id;
3487: pg_text_dummy := arp_adjustments_pkg.get_text_dummy;
3488: pg_base_curr_code := arp_global.functional_currency;
3489: pg_base_precision := arp_global.base_precision;

Line 3488: pg_base_curr_code := arp_global.functional_currency;

3484:
3485: pg_msg_level_debug := arp_global.MSG_LEVEL_DEBUG;
3486: pg_user_id := fnd_global.user_id;
3487: pg_text_dummy := arp_adjustments_pkg.get_text_dummy;
3488: pg_base_curr_code := arp_global.functional_currency;
3489: pg_base_precision := arp_global.base_precision;
3490: pg_base_min_acc_unit := arp_global.base_min_acc_unit;
3491:
3492: EXCEPTION

Line 3489: pg_base_precision := arp_global.base_precision;

3485: pg_msg_level_debug := arp_global.MSG_LEVEL_DEBUG;
3486: pg_user_id := fnd_global.user_id;
3487: pg_text_dummy := arp_adjustments_pkg.get_text_dummy;
3488: pg_base_curr_code := arp_global.functional_currency;
3489: pg_base_precision := arp_global.base_precision;
3490: pg_base_min_acc_unit := arp_global.base_min_acc_unit;
3491:
3492: EXCEPTION
3493: WHEN OTHERS THEN

Line 3490: pg_base_min_acc_unit := arp_global.base_min_acc_unit;

3486: pg_user_id := fnd_global.user_id;
3487: pg_text_dummy := arp_adjustments_pkg.get_text_dummy;
3488: pg_base_curr_code := arp_global.functional_currency;
3489: pg_base_precision := arp_global.base_precision;
3490: pg_base_min_acc_unit := arp_global.base_min_acc_unit;
3491:
3492: EXCEPTION
3493: WHEN OTHERS THEN
3494: arp_util.debug('EXCEPTION: arp_process_adjustment.initialization');