DBA Data[Home] [Help]

APPS.RRS_SITES_EXT_PKG dependencies on APP_EXCEPTION

Line 772: app_exception.raise_exception;

768: fetch c into recinfo;
769: if (c%notfound) then
770: close c;
771: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
772: app_exception.raise_exception;
773: end if;
774: close c;
775: if ( ((recinfo.N_EXT_ATTR17 = X_N_EXT_ATTR17)
776: OR ((recinfo.N_EXT_ATTR17 is null) AND (X_N_EXT_ATTR17 is null)))

Line 964: app_exception.raise_exception;

960: ) then
961: null;
962: else
963: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
964: app_exception.raise_exception;
965: end if;
966:
967: for tlinfo in c1 loop
968: if (tlinfo.BASELANG = 'Y') then

Line 1053: app_exception.raise_exception;

1049: ) then
1050: null;
1051: else
1052: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
1053: app_exception.raise_exception;
1054: end if;
1055: end if;
1056: end loop;
1057: return;