DBA Data[Home] [Help]

APPS.GL_BC_OPTIONS_PKG dependencies on APP_EXCEPTION

Line 38: app_exception.raise_exception;

34: -- validate input parameters
35: if ( x_bc_option_id is null) then
36:
37: fnd_message.set_name('SQLGL', 'GL_LOAD_ROW_NO_DATA');
38: app_exception.raise_exception;
39: end if;
40:
41: if (X_OWNER = 'SEED') then
42: user_id := 1;