DBA Data[Home] [Help]

APPS.BEN_STARTUP_CM_TYP_PKG dependencies on APP_EXCEPTION

Line 142: app_exception.raise_exception;

138: fetch c into recinfo;
139: if (c%notfound) then
140: close c;
141: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
142: app_exception.raise_exception;
143: end if;
144: close c;
145: if ( (recinfo.WHNVR_TRGRD_FLAG = P_WHNVR_TRGRD_FLAG)
146: AND ((recinfo.PC_KIT_CD = P_PC_KIT_CD)

Line 155: app_exception.raise_exception;

151: ) then
152: null;
153: else
154: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
155: app_exception.raise_exception;
156: end if;
157:
158: for tlinfo in c1 loop
159: if (tlinfo.BASELANG = 'Y') then

Line 165: app_exception.raise_exception;

161: ) then
162: null;
163: else
164: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
165: app_exception.raise_exception;
166: end if;
167: end if;
168: end loop;
169: return;