DBA Data[Home] [Help]

APPS.GL_CI_REMOTE_INVOKE_PKG dependencies on APP_EXCEPTION

Line 513: app_exception.raise_exception;

509: fnd_profile.get_specific(name_z => 'GL_ACCESS_SET_ID',
510: val_z => profile_val,
511: defined_z=> defined_flag);
512: if(profile_val IS NULL OR defined_flag = FALSE) then
513: app_exception.raise_exception;
514: end if;
515: l_access_set_id := to_number(profile_val);
516: SELECT NAME
517: INTO p_access_set