DBA Data[Home] [Help]

APPS.ENG_CHANGE_ROUTE_PEOPLE_UTIL dependencies on APP_EXCEPTION

Line 834: app_exception.raise_exception;

830: fetch c into recinfo;
831: if (c%notfound) then
832: close c;
833: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
834: app_exception.raise_exception;
835: end if;
836: close c;
837: if ( (recinfo.STEP_ID = X_STEP_ID)
838: AND (recinfo.ASSIGNEE_ID = X_ASSIGNEE_ID)

Line 870: app_exception.raise_exception;

866: ) then
867: null;
868: else
869: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
870: app_exception.raise_exception;
871: end if;
872:
873: for tlinfo in c1 loop
874: if (tlinfo.BASELANG = 'Y') then

Line 881: app_exception.raise_exception;

877: ) then
878: null;
879: else
880: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
881: app_exception.raise_exception;
882: end if;
883: end if;
884: end loop;
885: return;