DBA Data[Home] [Help]

APPS.CN_LEDGER_BAL_TYPES_ALL_PKG dependencies on APP_EXCEPTION

Line 132: app_exception.raise_exception;

128: fetch c into recinfo;
129: if (c%notfound) then
130: close c;
131: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
132: app_exception.raise_exception;
133: end if;
134: close c;
135: if (
136: -- ((recinfo.CREDIT_TYPE_ID = X_CREDIT_TYPE_ID)

Line 153: app_exception.raise_exception;

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

Line 163: app_exception.raise_exception;

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