DBA Data[Home] [Help]

APPS.IEU_UWQM_WS_ASSCT_PROPS_PKG dependencies on FND_MESSAGE

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

86: open c;
87: fetch c into recinfo;
88: if (c%notfound) then
89: close c;
90: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
91: app_exception.raise_exception;
92: end if;
93: close c;
94:

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

100: AND(recinfo.tasks_rules_function = p_tasks_rules_function))
101: then
102: null;
103: else
104: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
105: app_exception.raise_exception;
106: end if;
107:
108: END LOCK_ROW;