DBA Data[Home] [Help]

APPS.PNT_PHONE_PKG dependencies on APP_EXCEPTION

Line 36: APP_EXCEPTION.raise_exception;

32: AND org_id = p_org_id;
33:
34: IF ( primary_count >= 1 ) THEN
35: fnd_message.set_name('PN','PN_CONT_ONE_PRIMARY_PHONE');
36: APP_EXCEPTION.raise_exception;
37: END IF;
38:
39: END check_primary;
40:

Line 237: APP_EXCEPTION.Raise_Exception;

233: FETCH C INTO Recinfo;
234: if (C%NOTFOUND) then
235: CLOSE C;
236: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_DELETED');
237: APP_EXCEPTION.Raise_Exception;
238: end if;
239: CLOSE C;
240:
241: IF NOT (Recinfo.phone_number = X_Phone_Number) THEN