DBA Data[Home] [Help]

APPS.OTA_OTARPSIS_XMLP_PKG dependencies on FND_MESSAGE

Line 140: cp_venue := fnd_message.get_string('OTA','OTA_467241_RPT_VENUE_NULL');

136: return(to_char(null));
137:
138: exception
139: when no_data_found then
140: cp_venue := fnd_message.get_string('OTA','OTA_467241_RPT_VENUE_NULL');
141: return(to_char(null));
142: end;
143:
144: function CF_course_end_dateFormula return Char is

Line 174: return(fnd_message.get_string('OTA','OTA_467242_RPT_SIS_OPCO_HEADER'));

170:
171: if (CF_event_duration < '5') then
172: return(P_OPTIONAL_COLUMN);
173: else
174: return(fnd_message.get_string('OTA','OTA_467242_RPT_SIS_OPCO_HEADER'));
175: end if;
176:
177: end;
178:

Line 184: return(fnd_message.get_string('OTA','OTA_467242_RPT_SIS_OPCO_HEADER'));

180: begin
181: if (CF_event_duration < '4') then
182: return(P_OPTIONAL_COLUMN);
183: else
184: return(fnd_message.get_string('OTA','OTA_467242_RPT_SIS_OPCO_HEADER'));
185: end if;
186:
187:
188: end;

Line 195: return(fnd_message.get_string('OTA','OTA_467242_RPT_SIS_OPCO_HEADER'));

191: begin
192: if (CF_event_duration < '3') then
193: return(P_OPTIONAL_COLUMN);
194: else
195: return(fnd_message.get_string('OTA','OTA_467242_RPT_SIS_OPCO_HEADER'));
196: end if;
197:
198:
199: end;

Line 206: return(fnd_message.get_string('OTA','OTA_467242_RPT_SIS_OPCO_HEADER'));

202: begin
203: if (CF_event_duration < '2') then
204: return(P_OPTIONAL_COLUMN);
205: else
206: return(fnd_message.get_string('OTA','OTA_467242_RPT_SIS_OPCO_HEADER'));
207: end if;
208:
209:
210: end;