DBA Data[Home] [Help]

APPS.GMO_INSTR_SET_INSTANCE_PKG dependencies on APP_EXCEPTION

Line 135: app_exception.raise_exception;

131: fetch c into recinfo;
132: if (c%notfound) then
133: close c;
134: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
135: app_exception.raise_exception;
136: end if;
137: close c;
138: if ( ((recinfo.INSTR_SET_STATUS = X_INSTR_SET_STATUS)
139: OR ((recinfo.INSTR_SET_STATUS is null) AND (X_INSTR_SET_STATUS is null)))

Line 158: app_exception.raise_exception;

154: ) then
155: null;
156: else
157: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
158: app_exception.raise_exception;
159: end if;
160:
161: for tlinfo in c1 loop
162: if (tlinfo.BASELANG = 'Y') then

Line 169: app_exception.raise_exception;

165: ) then
166: null;
167: else
168: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
169: app_exception.raise_exception;
170: end if;
171: end if;
172: end loop;
173: return;