DBA Data[Home] [Help]

APPS.XTR_CALC_P dependencies on APP_EXCEPTION

Line 91: APP_EXCEPTION.raise_exception;

87: if start_date is not null and end_date is not null and method is not null then
88:
89: if l_end_date 90: FND_MESSAGE.Set_Name('XTR', 'XTR_1059');
91: APP_EXCEPTION.raise_exception;
92:
93: else
94:
95: -------------------------------

Line 487: APP_EXCEPTION.Raise_Exception;

483: l_year_calc_type, l_bond_start_date, l_calc_type;
484: If (BOND_DETAILS%NOTFOUND) then
485: Close BOND_DETAILS;
486: FND_MESSAGE.Set_Name('XTR','XTR_2171');
487: APP_EXCEPTION.Raise_Exception;
488: End If;
489: Close BOND_DETAILS;
490:
491: -- Bug 7023669 For Short First Coupon Fix Start

Line 497: APP_EXCEPTION.Raise_Exception;

493: fetch CHK_OVERRIDE into l_chk_commence,l_orig_freq,l_first_orig_coupon_date;
494: If (CHK_OVERRIDE%NOTFOUND) then
495: Close CHK_OVERRIDE;
496: FND_MESSAGE.Set_Name('XTR','XTR_2171');
497: APP_EXCEPTION.Raise_Exception;
498: End If;
499: close CHK_OVERRIDE;
500:
501: if to_char(l_chk_commence,'MM') = to_char(l_chk_commence-3,'MM') then

Line 771: APP_EXCEPTION.Raise_Exception;

767: l_errmsg := to_char(errnum) || ' - ' || errmsg;
768: FND_MESSAGE.Set_Name ('XTR', 'XTR_2172');
769: FND_MESSAGE.Set_Token ('TABLE', 'XTR_ROLLOVER_TRANSACTIONS');
770: FND_MESSAGE.Set_Token ('ERRCODE_TEXT', l_errmsg);
771: APP_EXCEPTION.Raise_Exception;
772: END;
773:
774: BEGIN
775: -- if tax settle method = Netted Income Amount,

Line 878: APP_EXCEPTION.Raise_Exception;

874: l_errmsg := to_char(errnum) || '. ' || errmsg;
875: FND_MESSAGE.Set_Name ('XTR', 'XTR_2172');
876: FND_MESSAGE.Set_Token ('TABLE', 'XTR_DEAL_DATE_AMOUNTS');
877: FND_MESSAGE.Set_Token ('ERRCODE_TEXT', l_errmsg);
878: APP_EXCEPTION.Raise_Exception;
879: END;
880:
881: l_last_coupon_date := l_coupon_date;
882: Fetch GET_NEXT_COUPON_DATE into l_coupon_date,v_due_date,l_coupon_rate;