DBA Data[Home] [Help]

APPS.CSR_COSTS_PKG dependencies on FND_MESSAGE

Line 229: fnd_message.set_name('FND','FORM_RECORD_DELETED');

225:
226: if c_cost%notfound
227: then
228: close c_cost;
229: fnd_message.set_name('FND','FORM_RECORD_DELETED');
230: app_exception.raise_exception;
231: end if;
232: close c_cost;
233:

Line 255: fnd_message.set_name('FND','FORM_RECORD_CHANGED');

251: or not csr_utilities.compare_values(rtrim(p_attribute15),l_rec.attribute15)
252: or not csr_utilities.compare_values(rtrim(p_attribute_category),
253: l_rec.attribute_category)
254: then
255: fnd_message.set_name('FND','FORM_RECORD_CHANGED');
256: app_exception.raise_exception;
257: end if;
258: end lock_row;
259: