DBA Data[Home] [Help]

APPS.BIS_INDICATOR_RESPS_PKG dependencies on APP_EXCEPTION

Line 433: APP_EXCEPTION.Raise_Exception;

429: Fetch C into Recinfo;
430: if (C%NOTFOUND) then
431: Close C;
432: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_DELETED');
433: APP_EXCEPTION.Raise_Exception;
434: end if;
435: Close C;
436: if (
437: (Recinfo.indicator_resp_id = x_indicator_resp_id)

Line 451: APP_EXCEPTION.Raise_Exception;

447: ) then
448: return;
449: else
450: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
451: APP_EXCEPTION.Raise_Exception;
452: end if;
453: END Lock_Row;
454: ----------------------------------------------------
455:

Line 556: APP_EXCEPTION.Raise_Exception;

552: Close C;
553:
554: if (dummy >= 1) then
555: fnd_message.set_name('BIS', 'BIS_DUP_INDRESP');
556: APP_EXCEPTION.Raise_Exception;
557: end if;
558: END Check_Unique;
559: ----------------------------------------------------
560: