DBA Data[Home] [Help]

APPS.PN_VAR_CONSTR_DEFAULTS_PKG dependencies on APP_EXCEPTION

Line 91: APP_EXCEPTION.Raise_Exception;

87: x_var_rent_id => x_var_rent_id,
88: x_amount => x_amount);
89:
90: IF (l_return_status IS NOT NULL) THEN
91: APP_EXCEPTION.Raise_Exception;
92: END IF;*/
93:
94: insert into PN_VAR_CONSTR_DEFAULTS_ALL (
95: CONSTR_DEFAULT_ID,

Line 274: app_exception.raise_exception;

270:
271:
272: else
273: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
274: app_exception.raise_exception;
275: end if;
276: end loop;
277: return;
278:

Line 341: APP_EXCEPTION.Raise_Exception;

337: x_amount => x_amount
338: );
339:
340: IF (l_return_status IS NOT NULL) THEN
341: APP_EXCEPTION.Raise_Exception;
342: END IF;*/
343:
344: update PN_VAR_CONSTR_DEFAULTS_ALL set
345: CONSTR_DEFAULT_NUM = X_CONSTR_DEFAULT_NUM,