DBA Data[Home] [Help]

APPS.JAI_RGM_DEFS_PKG dependencies on APP_EXCEPTION

Line 21: app_exception.raise_exception;

17: -- validate input parameters
18: IF(x_regime_code is NULL) then
19: fnd_message.set_name('JA', 'JAI_VALUE_MESSAGE');
20: fnd_message.set_token('JAI_MESSAGE', 'Load_Row: Required data is not provided.');
21: app_exception.raise_exception;
22: end if;
23:
24: /* Commented the below since we got the user_id from fnd_load_util
25: if (X_OWNER = 'SEED') then

Line 76: app_exception.raise_exception;

72: EXCEPTION
73: WHEN OTHERS then
74: fnd_message.set_name('JA', 'JAI_VALUE_MESSAGE');
75: fnd_message.set_token('JAI_MESSAGE', 'Error in Load_Row: jai_rgm_defs_pkg');
76: app_exception.raise_exception;
77: END Load_Row;
78:
79: PROCEDURE Insert_Row(
80: X_Rowid IN OUT NOCOPY ROWID,