DBA Data[Home] [Help]

APPS.XTR_MM_COVERS dependencies on APP_EXCEPTION

Line 65: APP_EXCEPTION.raise_exception;

61: begin
62: if start_date is not null and end_date is not null and method is not null then
63: if l_end_date 64: FND_MESSAGE.Set_Name('XTR', 'XTR_1059');
65: APP_EXCEPTION.raise_exception;
66: else
67: num_days := l_end_date - l_start_date;
68: if method = 'ACT/ACT-BOND' then
69: year_basis:=(l_end_date-l_start_date) * frequency;

Line 71: APP_EXCEPTION.raise_exception;

67: num_days := l_end_date - l_start_date;
68: if method = 'ACT/ACT-BOND' then
69: year_basis:=(l_end_date-l_start_date) * frequency;
70: else
71: APP_EXCEPTION.raise_exception;
72: end if;
73: end if;
74: end if;
75: end CALC_DAYS_RUN_B;

Line 112: APP_EXCEPTION.raise_exception;

108: if start_date is not null and end_date is not null and method is not null then
109:
110: if l_end_date 111: FND_MESSAGE.Set_Name('XTR', 'XTR_1059');
112: APP_EXCEPTION.raise_exception;
113:
114: else
115:
116: -------------------------------

Line 2481: APP_EXCEPTION.Raise_Exception;

2477: l_year_calc_type, l_bond_start_date, l_calc_type;
2478: If (BOND_DETAILS%NOTFOUND) then
2479: Close BOND_DETAILS;
2480: FND_MESSAGE.Set_Name('XTR','XTR_2171');
2481: APP_EXCEPTION.Raise_Exception;
2482: End If;
2483: Close BOND_DETAILS;
2484:
2485: /* Obtain currency precision for bond. */