DBA Data[Home] [Help]

APPS.XTR_MM_COVERS dependencies on FND_MESSAGE

Line 64: FND_MESSAGE.Set_Name('XTR', 'XTR_1059');

60: --
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

Line 111: FND_MESSAGE.Set_Name('XTR', 'XTR_1059');

107: -- Bug 6743063 end
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:

Line 2480: FND_MESSAGE.Set_Name('XTR','XTR_2171');

2476: Fetch BOND_DETAILS into l_currency, l_coupon_rate, l_frequency, l_bond_maturity_date,
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: