DBA Data[Home] [Help]

APPS.IGW_PROP_PERSON_SUPPORT_TBH dependencies on APP_EXCEPTION

Line 84: app_exception.raise_exception;

80: l_last_update_login := -1;
81: end if;
82: else
83: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
84: app_exception.raise_exception;
85: end if;
86:
87: insert into igw_prop_person_support (
88: PROP_PERSON_SUPPORT_ID

Line 286: app_exception.raise_exception;

282: l_last_update_login := -1;
283: end if;
284: else
285: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
286: app_exception.raise_exception;
287: end if;
288:
289: update IGW_PROP_PERSON_SUPPORT set
290: PROP_PERSON_SUPPORT_ID = P_PROP_PERSON_SUPPORT_ID

Line 466: app_exception.raise_exception;

462: open c1;
463: fetch c1 into tlinfo;
464: if (c1%notfound) then
465: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
466: app_exception.raise_exception;
467: close c1;
468: return;
469: end if;
470: close c1;

Line 494: app_exception.raise_exception;

490: ) then
491: null;
492: else
493: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
494: app_exception.raise_exception;
495: end if;
496: return;
497: end LOCK_ROW;
498: */