DBA Data[Home] [Help]

APPS.ARP_PROCESS_ADJUSTMENT dependencies on STANDARD

Line 722: arp_standard.gl_period_info( p_adj_rec.gl_date,

718: /*-------------------------------------------------------------------+
719: | validate that GL Date is in an open or future enterable period |
720: +-------------------------------------------------------------------*/
721:
722: arp_standard.gl_period_info( p_adj_rec.gl_date,
723: l_varchar_dummy,
724: l_date_dummy,
725: l_date_dummy,
726: l_closing_status,

Line 1035: -- Change this back to INVOICE for standard way of treating this

1031: l_acctd_amount,
1032: l_ps_rec);
1033:
1034: -- ----------------------------------------------------------------
1035: -- Change this back to INVOICE for standard way of treating this
1036: -- adjustment.
1037: -- ----------------------------------------------------------------
1038: l_ae_doc_rec.other_flag := 'CHARGEBACK';
1039: l_ae_doc_rec.source_id_old := p_adj_rec.code_combination_id;

Line 1907: arp_standard.debug('l_old_adj_rec.code_combination_id ' || l_old_adj_rec.code_combination_id);

1903: | Bug 1787087 : When an adjustment is approved, the newly created |
1904: | distributions should always reflect the account from adj record |
1905: | and not the defaulted account only if they are not the same. |
1906: +------------------------------------------------------------------*/
1907: arp_standard.debug('l_old_adj_rec.code_combination_id ' || l_old_adj_rec.code_combination_id);
1908: arp_standard.debug('l_adj_rec.code_combination_id ' || l_adj_rec.code_combination_id);
1909:
1910: IF l_adj_rec.code_combination_id IS NOT NULL THEN
1911: l_ae_doc_rec.source_id_old := l_adj_rec.code_combination_id;

Line 1908: arp_standard.debug('l_adj_rec.code_combination_id ' || l_adj_rec.code_combination_id);

1904: | distributions should always reflect the account from adj record |
1905: | and not the defaulted account only if they are not the same. |
1906: +------------------------------------------------------------------*/
1907: arp_standard.debug('l_old_adj_rec.code_combination_id ' || l_old_adj_rec.code_combination_id);
1908: arp_standard.debug('l_adj_rec.code_combination_id ' || l_adj_rec.code_combination_id);
1909:
1910: IF l_adj_rec.code_combination_id IS NOT NULL THEN
1911: l_ae_doc_rec.source_id_old := l_adj_rec.code_combination_id;
1912: l_ae_doc_rec.other_flag := 'OVERRIDE';

Line 1947: arp_standard.debug('before call to the business events');

1943: /* 4544013 - removed call to sync_vendor_f_ct_adj_id. */
1944: NULL;
1945: END IF;
1946:
1947: arp_standard.debug('before call to the business events');
1948:
1949: IF l_app_ps_status <> l_ps_rec.status THEN
1950: l_app_ps_status := l_ps_rec.status;
1951: ELSE

Line 2627: arp_standard.debug( 'arp_process_adjustment.reverse_adjustment()+' );

2623: l_xla_ev_rec arp_xla_events.xla_events_type;
2624:
2625: BEGIN
2626: IF PG_DEBUG in ('Y', 'C') THEN
2627: arp_standard.debug( 'arp_process_adjustment.reverse_adjustment()+' );
2628: arp_standard.debug( 'p_adj_id = '||to_char( p_adj_id ) );
2629: END IF;
2630:
2631: IF (p_module_name IS NOT NULL

Line 2628: arp_standard.debug( 'p_adj_id = '||to_char( p_adj_id ) );

2624:
2625: BEGIN
2626: IF PG_DEBUG in ('Y', 'C') THEN
2627: arp_standard.debug( 'arp_process_adjustment.reverse_adjustment()+' );
2628: arp_standard.debug( 'p_adj_id = '||to_char( p_adj_id ) );
2629: END IF;
2630:
2631: IF (p_module_name IS NOT NULL
2632: AND p_module_version IS NOT NULL )

Line 2676: arp_standard.debug(

2672:
2673: EXCEPTION
2674: WHEN NO_DATA_FOUND THEN
2675: IF PG_DEBUG in ('Y', 'C') THEN
2676: arp_standard.debug(
2677: 'NO_DATA_FOUND: arp_process_adjustment.reverse_adjustment' );
2678: END IF;
2679:
2680: WHEN OTHERS THEN

Line 2682: arp_standard.debug(

2678: END IF;
2679:
2680: WHEN OTHERS THEN
2681: IF PG_DEBUG in ('Y', 'C') THEN
2682: arp_standard.debug(
2683: 'EXCEPTION: arp_process_adjustment.reverse_adjustment:SELECT' );
2684: END IF;
2685: RAISE;
2686: END;

Line 2718: arp_standard.debug( 'arp_process_adjustment.reverse_adjustment()-' );

2714: , p_reversal_date );
2715:
2716:
2717: IF PG_DEBUG in ('Y', 'C') THEN
2718: arp_standard.debug( 'arp_process_adjustment.reverse_adjustment()-' );
2719: END IF;
2720:
2721: EXCEPTION
2722: WHEN OTHERS THEN

Line 2724: arp_standard.debug(

2720:
2721: EXCEPTION
2722: WHEN OTHERS THEN
2723: IF PG_DEBUG in ('Y', 'C') THEN
2724: arp_standard.debug(
2725: 'EXCEPTION: arp_process_adjustment.reverse_adjustment' );
2726: END IF;
2727: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );
2728: FND_MESSAGE.set_token( 'GENERIC_TEXT', 'arp_process_adjustment.reverse_adjustment exception: '||SQLERRM );

Line 2731: arp_standard.debug ( 'p_adj_id = '|| TO_CHAR(p_adj_id ) );

2727: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );
2728: FND_MESSAGE.set_token( 'GENERIC_TEXT', 'arp_process_adjustment.reverse_adjustment exception: '||SQLERRM );
2729:
2730: IF PG_DEBUG in ('Y', 'C') THEN
2731: arp_standard.debug ( 'p_adj_id = '|| TO_CHAR(p_adj_id ) );
2732: arp_standard.debug ( 'p_reversal_gl_date = '|| TO_CHAR(p_reversal_gl_date));
2733: arp_standard.debug ( 'p_reversal_date = '|| TO_CHAR(p_reversal_date));
2734: arp_standard.debug ( 'p_module_name = '|| p_module_name);
2735: arp_standard.debug ( 'p_module_version = '|| p_module_version);

Line 2732: arp_standard.debug ( 'p_reversal_gl_date = '|| TO_CHAR(p_reversal_gl_date));

2728: FND_MESSAGE.set_token( 'GENERIC_TEXT', 'arp_process_adjustment.reverse_adjustment exception: '||SQLERRM );
2729:
2730: IF PG_DEBUG in ('Y', 'C') THEN
2731: arp_standard.debug ( 'p_adj_id = '|| TO_CHAR(p_adj_id ) );
2732: arp_standard.debug ( 'p_reversal_gl_date = '|| TO_CHAR(p_reversal_gl_date));
2733: arp_standard.debug ( 'p_reversal_date = '|| TO_CHAR(p_reversal_date));
2734: arp_standard.debug ( 'p_module_name = '|| p_module_name);
2735: arp_standard.debug ( 'p_module_version = '|| p_module_version);
2736: END IF;

Line 2733: arp_standard.debug ( 'p_reversal_date = '|| TO_CHAR(p_reversal_date));

2729:
2730: IF PG_DEBUG in ('Y', 'C') THEN
2731: arp_standard.debug ( 'p_adj_id = '|| TO_CHAR(p_adj_id ) );
2732: arp_standard.debug ( 'p_reversal_gl_date = '|| TO_CHAR(p_reversal_gl_date));
2733: arp_standard.debug ( 'p_reversal_date = '|| TO_CHAR(p_reversal_date));
2734: arp_standard.debug ( 'p_module_name = '|| p_module_name);
2735: arp_standard.debug ( 'p_module_version = '|| p_module_version);
2736: END IF;
2737:

Line 2734: arp_standard.debug ( 'p_module_name = '|| p_module_name);

2730: IF PG_DEBUG in ('Y', 'C') THEN
2731: arp_standard.debug ( 'p_adj_id = '|| TO_CHAR(p_adj_id ) );
2732: arp_standard.debug ( 'p_reversal_gl_date = '|| TO_CHAR(p_reversal_gl_date));
2733: arp_standard.debug ( 'p_reversal_date = '|| TO_CHAR(p_reversal_date));
2734: arp_standard.debug ( 'p_module_name = '|| p_module_name);
2735: arp_standard.debug ( 'p_module_version = '|| p_module_version);
2736: END IF;
2737:
2738: RAISE;

Line 2735: arp_standard.debug ( 'p_module_version = '|| p_module_version);

2731: arp_standard.debug ( 'p_adj_id = '|| TO_CHAR(p_adj_id ) );
2732: arp_standard.debug ( 'p_reversal_gl_date = '|| TO_CHAR(p_reversal_gl_date));
2733: arp_standard.debug ( 'p_reversal_date = '|| TO_CHAR(p_reversal_date));
2734: arp_standard.debug ( 'p_module_name = '|| p_module_name);
2735: arp_standard.debug ( 'p_module_version = '|| p_module_version);
2736: END IF;
2737:
2738: RAISE;
2739: END;

Line 2771: arp_standard.debug( 'arp_process_adjustment.validate_args_radj()+' );

2767: p_reversal_gl_date IN DATE,
2768: p_reversal_date IN DATE ) IS
2769: BEGIN
2770: IF PG_DEBUG in ('Y', 'C') THEN
2771: arp_standard.debug( 'arp_process_adjustment.validate_args_radj()+' );
2772: END IF;
2773: IF ( p_adj_id is NULL OR p_reversal_gl_date is NULL OR
2774: p_reversal_date is NULL ) THEN
2775: IF PG_DEBUG in ('Y', 'C') THEN

Line 2776: arp_standard.debug( ' Null values found in input variable' );

2772: END IF;
2773: IF ( p_adj_id is NULL OR p_reversal_gl_date is NULL OR
2774: p_reversal_date is NULL ) THEN
2775: IF PG_DEBUG in ('Y', 'C') THEN
2776: arp_standard.debug( ' Null values found in input variable' );
2777: END IF;
2778: FND_MESSAGE.set_name ('AR', 'AR_ARGUEMENTS_FAIL' );
2779: APP_EXCEPTION.raise_exception;
2780: END IF;

Line 2783: arp_standard.debug( 'arp_process_adjustment.validate_args_radj()-' );

2779: APP_EXCEPTION.raise_exception;
2780: END IF;
2781: --
2782: IF PG_DEBUG in ('Y', 'C') THEN
2783: arp_standard.debug( 'arp_process_adjustment.validate_args_radj()-' );
2784: END IF;
2785: EXCEPTION
2786: WHEN OTHERS THEN
2787: IF PG_DEBUG in ('Y', 'C') THEN

Line 2788: arp_standard.debug(

2784: END IF;
2785: EXCEPTION
2786: WHEN OTHERS THEN
2787: IF PG_DEBUG in ('Y', 'C') THEN
2788: arp_standard.debug(
2789: 'EXCEPTION: arp_process_adjustment.validate_args_radj' );
2790: END IF;
2791: RAISE;
2792: END;

Line 2829: arp_standard.debug( 'arp_process_adjustment.modify_adj_rec()+' );

2825: l_defaulting_rule_used VARCHAR2(100);
2826: l_default_gl_date DATE;
2827: BEGIN
2828: IF PG_DEBUG in ('Y', 'C') THEN
2829: arp_standard.debug( 'arp_process_adjustment.modify_adj_rec()+' );
2830: arp_standard.debug( 'p_adj_id = '||to_char( p_adj_id ) );
2831: END IF;
2832:
2833: arp_adj_pkg.fetch_p( p_adj_id, l_adj_rec );

Line 2830: arp_standard.debug( 'p_adj_id = '||to_char( p_adj_id ) );

2826: l_default_gl_date DATE;
2827: BEGIN
2828: IF PG_DEBUG in ('Y', 'C') THEN
2829: arp_standard.debug( 'arp_process_adjustment.modify_adj_rec()+' );
2830: arp_standard.debug( 'p_adj_id = '||to_char( p_adj_id ) );
2831: END IF;
2832:
2833: arp_adj_pkg.fetch_p( p_adj_id, l_adj_rec );
2834:

Line 2842: IF (arp_standard.validate_and_default_gl_date(

2838: IF p_reversal_gl_date > l_adj_rec.gl_date THEN
2839: l_adj_rec.gl_date := p_reversal_gl_date;
2840: ELSE
2841: l_rev_gl_date := l_adj_rec.gl_date;
2842: IF (arp_standard.validate_and_default_gl_date(
2843: l_rev_gl_date,
2844: NULL,
2845: l_rev_gl_date,
2846: NULL,

Line 2862: arp_standard.debug(' Adjustment Reversal GL Date '|| l_default_gl_date);

2858: THEN
2859: l_adj_rec.gl_date := l_default_gl_date;
2860: END IF;
2861: END IF;
2862: arp_standard.debug(' Adjustment Reversal GL Date '|| l_default_gl_date);
2863:
2864: l_adj_rec.amount := -l_adj_rec.amount;
2865: l_adj_rec.acctd_amount := -l_adj_rec.acctd_amount;
2866: IF ( l_adj_rec.chargeback_customer_trx_id is NULL ) THEN

Line 2887: arp_standard.debug( 'arp_process_adjustment.modify_adj_rec()-' );

2883:
2884: insert_reverse_actions( l_adj_rec, NULL, NULL );
2885:
2886: IF PG_DEBUG in ('Y', 'C') THEN
2887: arp_standard.debug( 'arp_process_adjustment.modify_adj_rec()-' );
2888: END IF;
2889:
2890: EXCEPTION
2891: WHEN OTHERS THEN

Line 2893: arp_standard.debug(

2889:
2890: EXCEPTION
2891: WHEN OTHERS THEN
2892: IF PG_DEBUG in ('Y', 'C') THEN
2893: arp_standard.debug(
2894: 'EXCEPTION: arp_process_adjustment.modify_adj_rec' );
2895: END IF;
2896: RAISE;
2897:

Line 2957: arp_standard.debug( 'arp_process_adjustment.insert_reverse_actions()+');

2953: l_xla_ev_rec arp_xla_events.xla_events_type;
2954:
2955: BEGIN
2956: IF PG_DEBUG in ('Y', 'C') THEN
2957: arp_standard.debug( 'arp_process_adjustment.insert_reverse_actions()+');
2958: END IF;
2959:
2960: /* VAT changes: save p_adj_rec.adjustment_id in l_old_adj_id
2961: to be passed to accounting library. Clear p_adj_rec.adjustment_id

Line 2987: arp_standard.debug( 'after select in insert_revers_actions in app_delete' );

2983: FROM ar_receivables_trx rt
2984: WHERE rt.receivables_trx_id = p_adj_rec.receivables_trx_id;
2985:
2986: IF PG_DEBUG in ('Y', 'C') THEN
2987: arp_standard.debug( 'after select in insert_revers_actions in app_delete' );
2988: END IF;
2989:
2990: -- -----------------------------------------------------------------
2991: -- Get document numbers only if customer is using document numbering

Line 3004: arp_standard.application_id

3000:
3001: /* Commented to fix bug #741725, as this does not handle gapless sequence
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

Line 3022: appid => arp_standard.application_id,

3018: -- Bug fix #741725: Use AOL API get_next_sequence() instead of
3019: -- get_seq_name.
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,

Line 3031: arp_standard.debug( 'doc sequence name = '|| l_sequence_name);

3027: dbseqnm => l_sequence_name,
3028: dbseqid => p_adj_rec.doc_sequence_id);
3029:
3030: IF PG_DEBUG in ('Y', 'C') THEN
3031: arp_standard.debug( 'doc sequence name = '|| l_sequence_name);
3032: arp_standard.debug( 'doc sequence id = '|| p_adj_rec.doc_sequence_id);
3033: arp_standard.debug( 'doc sequence value = '||p_adj_rec.doc_sequence_value);
3034: END IF;
3035: -- End fix for bug #741725

Line 3032: arp_standard.debug( 'doc sequence id = '|| p_adj_rec.doc_sequence_id);

3028: dbseqid => p_adj_rec.doc_sequence_id);
3029:
3030: IF PG_DEBUG in ('Y', 'C') THEN
3031: arp_standard.debug( 'doc sequence name = '|| l_sequence_name);
3032: arp_standard.debug( 'doc sequence id = '|| p_adj_rec.doc_sequence_id);
3033: arp_standard.debug( 'doc sequence value = '||p_adj_rec.doc_sequence_value);
3034: END IF;
3035: -- End fix for bug #741725
3036:

Line 3033: arp_standard.debug( 'doc sequence value = '||p_adj_rec.doc_sequence_value);

3029:
3030: IF PG_DEBUG in ('Y', 'C') THEN
3031: arp_standard.debug( 'doc sequence name = '|| l_sequence_name);
3032: arp_standard.debug( 'doc sequence id = '|| p_adj_rec.doc_sequence_id);
3033: arp_standard.debug( 'doc sequence value = '||p_adj_rec.doc_sequence_value);
3034: END IF;
3035: -- End fix for bug #741725
3036:
3037: /* Bug 631699: If no document sequence is defined, gives an error

Line 3053: arp_standard.debug( 'doc sequence name = ' || l_sequence_name);

3049: END IF;
3050: END;
3051:
3052: IF PG_DEBUG in ('Y', 'C') THEN
3053: arp_standard.debug( 'doc sequence name = ' || l_sequence_name);
3054: arp_standard.debug( 'doc sequence id = ' || l_sequence_id);
3055: arp_standard.debug( 'doc sequence value = ' || l_sequence_value);
3056: END IF;
3057: ELSE

Line 3054: arp_standard.debug( 'doc sequence id = ' || l_sequence_id);

3050: END;
3051:
3052: IF PG_DEBUG in ('Y', 'C') THEN
3053: arp_standard.debug( 'doc sequence name = ' || l_sequence_name);
3054: arp_standard.debug( 'doc sequence id = ' || l_sequence_id);
3055: arp_standard.debug( 'doc sequence value = ' || l_sequence_value);
3056: END IF;
3057: ELSE
3058: p_adj_rec.doc_sequence_value := NULL;

Line 3055: arp_standard.debug( 'doc sequence value = ' || l_sequence_value);

3051:
3052: IF PG_DEBUG in ('Y', 'C') THEN
3053: arp_standard.debug( 'doc sequence name = ' || l_sequence_name);
3054: arp_standard.debug( 'doc sequence id = ' || l_sequence_id);
3055: arp_standard.debug( 'doc sequence value = ' || l_sequence_value);
3056: END IF;
3057: ELSE
3058: p_adj_rec.doc_sequence_value := NULL;
3059: p_adj_rec.doc_sequence_id := NULL;

Line 3066: arp_standard.application_id

3062:
3063: /*
3064: p_adj_rec.doc_sequence_value :=
3065: FND_SEQNUM.get_next_auto_sequence (
3066: arp_standard.application_id
3067: , l_rec_name
3068: , arp_standard.sysparm.set_of_books_id
3069: , 'A'
3070: , to_char(p_adj_rec.apply_date,'YYYY/MM/DD'));

Line 3068: , arp_standard.sysparm.set_of_books_id

3064: p_adj_rec.doc_sequence_value :=
3065: FND_SEQNUM.get_next_auto_sequence (
3066: arp_standard.application_id
3067: , l_rec_name
3068: , arp_standard.sysparm.set_of_books_id
3069: , 'A'
3070: , to_char(p_adj_rec.apply_date,'YYYY/MM/DD'));
3071: */
3072: p_adj_rec.set_of_books_id := arp_standard.sysparm.set_of_books_id;

Line 3072: p_adj_rec.set_of_books_id := arp_standard.sysparm.set_of_books_id;

3068: , arp_standard.sysparm.set_of_books_id
3069: , 'A'
3070: , to_char(p_adj_rec.apply_date,'YYYY/MM/DD'));
3071: */
3072: p_adj_rec.set_of_books_id := arp_standard.sysparm.set_of_books_id;
3073: p_adj_rec.batch_id := NULL;
3074: p_adj_rec.distribution_set_id := NULL;
3075: p_adj_rec.gl_posted_date := NULL;
3076: p_adj_rec.comments := 'XXXXXXX';

Line 3087: arp_standard.debug( 'before ar_adjustments_pkg.insert_p in app_delete' );

3083:
3084: -- Insert opposing adjustment
3085:
3086: IF PG_DEBUG in ('Y', 'C') THEN
3087: arp_standard.debug( 'before ar_adjustments_pkg.insert_p in app_delete' );
3088: END IF;
3089: arp_adj_pkg.insert_p( p_adj_rec, l_new_adj_id );
3090: IF PG_DEBUG in ('Y', 'C') THEN
3091: arp_standard.debug( 'after ar_adjustments_pkg.insert_p in app_delete' );

Line 3091: arp_standard.debug( 'after ar_adjustments_pkg.insert_p in app_delete' );

3087: arp_standard.debug( 'before ar_adjustments_pkg.insert_p in app_delete' );
3088: END IF;
3089: arp_adj_pkg.insert_p( p_adj_rec, l_new_adj_id );
3090: IF PG_DEBUG in ('Y', 'C') THEN
3091: arp_standard.debug( 'after ar_adjustments_pkg.insert_p in app_delete' );
3092: END IF;
3093:
3094: /* VAT changes: create acct entry */
3095:

Line 3119: * arp_standard.debug( 'before arp_process_tax.sync_vendor_f_ct_adj_id' );

3115: * /o VAT changes o/
3116: *
3117: * THEN
3118: * IF PG_DEBUG in ('Y', 'C') THEN
3119: * arp_standard.debug( 'before arp_process_tax.sync_vendor_f_ct_adj_id' );
3120: * END IF;
3121: *
3122: * /o--------------------------------------------------------+
3123: * | Synchronize Tax Vendor. |

Line 3136: * arp_standard.debug( 'after arp_process_tax.sync_vendor_f_ct_adj_id' );

3132: * null;
3133: * END;
3134: *
3135: * IF PG_DEBUG in ('Y', 'C') THEN
3136: * arp_standard.debug( 'after arp_process_tax.sync_vendor_f_ct_adj_id' );
3137: * END IF;
3138: *
3139: * END IF;
3140: *********************************************************************/

Line 3143: arp_standard.debug( 'arp_process_adjustment.insert_reverse_actions()-');

3139: * END IF;
3140: *********************************************************************/
3141:
3142: IF PG_DEBUG in ('Y', 'C') THEN
3143: arp_standard.debug( 'arp_process_adjustment.insert_reverse_actions()-');
3144: END IF;
3145:
3146: EXCEPTION
3147: WHEN OTHERS THEN

Line 3149: arp_standard.debug(

3145:
3146: EXCEPTION
3147: WHEN OTHERS THEN
3148: IF PG_DEBUG in ('Y', 'C') THEN
3149: arp_standard.debug(
3150: 'EXCEPTION: arp_process_adjustment.insert_reverse_actions');
3151: END IF;
3152: RAISE;
3153: END insert_reverse_actions;

Line 3181: arp_standard.debug( 'arp_process_adjustment.val_insert_rev_actions()+' );

3177: PROCEDURE val_insert_rev_actions(
3178: p_adj_id IN ar_adjustments.adjustment_id%TYPE ) IS
3179: BEGIN
3180: IF PG_DEBUG in ('Y', 'C') THEN
3181: arp_standard.debug( 'arp_process_adjustment.val_insert_rev_actions()+' );
3182: END IF;
3183: IF ( p_adj_id IS NULL ) THEN
3184: IF PG_DEBUG in ('Y', 'C') THEN
3185: arp_standard.debug( ' Null values found in input variable' );

Line 3185: arp_standard.debug( ' Null values found in input variable' );

3181: arp_standard.debug( 'arp_process_adjustment.val_insert_rev_actions()+' );
3182: END IF;
3183: IF ( p_adj_id IS NULL ) THEN
3184: IF PG_DEBUG in ('Y', 'C') THEN
3185: arp_standard.debug( ' Null values found in input variable' );
3186: END IF;
3187: FND_MESSAGE.set_name ('AR', 'AR_ARGUEMENTS_FAIL' );
3188: APP_EXCEPTION.raise_exception;
3189: END IF;

Line 3192: arp_standard.debug( 'arp_process_adjustment.val_insert_rev_actions()-' );

3188: APP_EXCEPTION.raise_exception;
3189: END IF;
3190: --
3191: IF PG_DEBUG in ('Y', 'C') THEN
3192: arp_standard.debug( 'arp_process_adjustment.val_insert_rev_actions()-' );
3193: END IF;
3194: EXCEPTION
3195: WHEN OTHERS THEN
3196: IF PG_DEBUG in ('Y', 'C') THEN

Line 3197: arp_standard.debug(

3193: END IF;
3194: EXCEPTION
3195: WHEN OTHERS THEN
3196: IF PG_DEBUG in ('Y', 'C') THEN
3197: arp_standard.debug(
3198: 'EXCEPTION: arp_process_adjustment.val_insert_rev_actions' );
3199: END IF;
3200: RAISE;
3201: END val_insert_rev_actions;