DBA Data[Home] [Help]

APPS.ARP_PROCESS_ADJUSTMENT dependencies on APP_EXCEPTION

Line 82: app_exception.raise_exception;

78:
79: fnd_message.set_name('AR', 'GENERIC_MESSAGE');
80: fnd_message.set_token('GENERIC_TEXT', 'Internal Error: Your totals are o
81: ut of balance. Please requery the receipt applications.');
82: app_exception.raise_exception;
83:
84: ELSE
85:
86: arp_non_db_pkg.check_natural_application(

Line 137: app_exception.raise_exception;

133: THEN
134: /* Raise message and halt process */
135: arp_util.debug('Unearned balance exists for this transaction');
136: fnd_message.set_name('AR', 'AR_UNEARN_PREV_ADJ');
137: app_exception.raise_exception;
138: END IF;
139: END IF;
140: EXCEPTION
141: WHEN OTHERS THEN

Line 256: app_exception.raise_exception;

252: +----------------------------------------------------------*/
253:
254: IF ( l_amount_due_remaining + p_adj_amount <> 0 )
255: THEN fnd_message.set_name('AR', 'AR_TW_VAL_AMT_ADJ_INV');
256: app_exception.raise_exception;
257: END IF;
258:
259: ELSE
260:

Line 713: APP_EXCEPTION.raise_exception;

709: arp_util.debug( 'Adjustments cannot be more than available ' ||
710: 'invoiced line amount.',
711: pg_msg_level_debug);
712: FND_MESSAGE.set_name('AR', 'AR_VAL_ADJ_INV_LINE_AMT');
713: APP_EXCEPTION.raise_exception;
714: END IF;
715: ELSIF (l_line_original < 0) THEN
716: IF (
717: p_adj_rec.amount +

Line 732: APP_EXCEPTION.raise_exception;

728: arp_util.debug( 'Adjustments cannot be more than available ' ||
729: 'invoiced line amount.',
730: pg_msg_level_debug);
731: FND_MESSAGE.set_name('AR', 'AR_VAL_ADJ_INV_LINE_AMT');
732: APP_EXCEPTION.raise_exception;
733: END IF;
734: END IF; */
735:
736: IF (l_line_original > 0) THEN

Line 749: APP_EXCEPTION.raise_exception;

745: arp_util.debug( 'Adjustments cannot be more than available ' ||
746: 'invoiced line amount.',
747: pg_msg_level_debug);
748: FND_MESSAGE.set_name('AR', 'AR_VAL_ADJ_INV_LINE_AMT');
749: APP_EXCEPTION.raise_exception;
750: END IF;
751: ELSIF (l_line_original < 0) THEN
752: IF (
753: p_adj_rec.amount +

Line 764: APP_EXCEPTION.raise_exception;

760: arp_util.debug( 'Adjustments cannot be more than available ' ||
761: 'invoiced line amount.',
762: pg_msg_level_debug);
763: FND_MESSAGE.set_name('AR', 'AR_VAL_ADJ_INV_LINE_AMT');
764: APP_EXCEPTION.raise_exception;
765: END IF;
766: END IF;
767:
768: END IF; -- end not approved or adjusted and line specified case

Line 964: APP_EXCEPTION.raise_exception;

960: arp_util.debug( 'Invalid date. Enter a GL date in an open or' ||
961: ' future enterable period.',
962: pg_msg_level_debug);
963: FND_MESSAGE.set_name('AR', 'AR_VAL_GL_DATE_OPEN');
964: APP_EXCEPTION.raise_exception;
965: END IF;
966:
967: /*------------------------------------------------------------------+
968: | validate that GL date is not be prior to the invoice's GL date |

Line 981: APP_EXCEPTION.raise_exception;

977: arp_util.debug( 'The GL date should not be prior to the ' ||
978: 'invoice''s GL date.',
979: pg_msg_level_debug);
980: FND_MESSAGE.set_name('AR', 'AR_VAL_GL_INV_GL');
981: APP_EXCEPTION.raise_exception;
982:
983: END IF;
984:
985: /*------------------------------------------------------------+

Line 1018: APP_EXCEPTION.raise_exception;

1014: pg_msg_level_debug);
1015: FND_MESSAGE.set_name('AR', 'AR_VAL_USER_LIMIT');
1016: FND_MESSAGE.set_token( 'CURRENCY',
1017: p_ps_rec.invoice_currency_code);
1018: APP_EXCEPTION.raise_exception;
1019:
1020: WHEN OTHERS THEN RAISE;
1021: END;
1022:

Line 1042: APP_EXCEPTION.raise_exception;

1038: pg_msg_level_debug);
1039: arp_util.debug( 'Amount exceeded approval limit.',
1040: pg_msg_level_debug);
1041: FND_MESSAGE.set_name('AR', 'AR_VAL_AMT_APPROVAL_LIMIT');
1042: APP_EXCEPTION.raise_exception;
1043:
1044: END IF;
1045:
1046: END IF;

Line 1273: app_exception.raise_exception;

1269: IF (p_adj_rec.type <> 'CB' and p_form_name = 'ARXTWADJ' and v_cont < 0) THEN ---of amount of adjustment amt of document
1270:
1271: fnd_message.set_name('AR', 'AR_CLAIM_DEDUC_RED');
1272: fnd_message.set_token('CLAIM_AMOUNT',v_claim_amt);
1273: app_exception.raise_exception;
1274:
1275: END IF;
1276:
1277: IF p_adj_rec.status = 'A'

Line 3271: APP_EXCEPTION.raise_exception;

3267: IF PG_DEBUG in ('Y', 'C') THEN
3268: arp_standard.debug( ' Null values found in input variable' );
3269: END IF;
3270: FND_MESSAGE.set_name ('AR', 'AR_ARGUEMENTS_FAIL' );
3271: APP_EXCEPTION.raise_exception;
3272: END IF;
3273: --
3274: IF PG_DEBUG in ('Y', 'C') THEN
3275: arp_standard.debug( 'arp_process_adjustment.validate_args_radj()-' );

Line 3544: APP_EXCEPTION.raise_exception;

3540: EXCEPTION
3541: WHEN NO_DATA_FOUND THEN
3542: IF (fnd_profile.value('UNIQUE:SEQ_NUMBERS') = 'A') THEN
3543: FND_MESSAGE.set_name ('AR', 'AR_TW_NO_DOC_SEQ' );
3544: APP_EXCEPTION.raise_exception;
3545: ELSE
3546: p_adj_rec.doc_sequence_value := NULL;
3547: p_adj_rec.doc_sequence_id := NULL;
3548: END IF;

Line 3766: APP_EXCEPTION.raise_exception;

3762: IF PG_DEBUG in ('Y', 'C') THEN
3763: arp_standard.debug( ' Null values found in input variable' );
3764: END IF;
3765: FND_MESSAGE.set_name ('AR', 'AR_ARGUEMENTS_FAIL' );
3766: APP_EXCEPTION.raise_exception;
3767: END IF;
3768: --
3769: IF PG_DEBUG in ('Y', 'C') THEN
3770: arp_standard.debug( 'arp_process_adjustment.val_insert_rev_actions()-' );