DBA Data[Home] [Help]

APPS.FEM_APPLICATION_GROUPS_PKG dependencies on APP_EXCEPTION

Line 99: app_exception.raise_exception;

95: fetch c into recinfo;
96: if (c%notfound) then
97: close c;
98: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
99: app_exception.raise_exception;
100: end if;
101: close c;
102:
103: for tlinfo in c1 loop

Line 112: app_exception.raise_exception;

108: ) then
109: null;
110: else
111: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
112: app_exception.raise_exception;
113: end if;
114: end if;
115: end loop;
116: return;