DBA Data[Home] [Help]

APPS.MTL_COUNTRY_ASSIGNMENTS_PKG dependencies on APP_EXCEPTION

Line 138: APP_EXCEPTION.raise_exception;

134: IF (c%NOTFOUND)
135: THEN
136: CLOSE c;
137: FND_MESSAGE.set_name('FND', 'FORM_RECORD_DELETED');
138: APP_EXCEPTION.raise_exception;
139: END IF;
140: CLOSE c;
141:
142: -- check that mandatory and non-mandatory columns match values in form

Line 156: APP_EXCEPTION.raise_exception;

152:
153: EXCEPTION
154: WHEN record_changed THEN
155: FND_MESSAGE.set_name('FND', 'FORM_RECORD_CHANGED');
156: APP_EXCEPTION.raise_exception;
157: WHEN OTHERS THEN
158: IF FND_MSG_PUB.Check_Msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
159: THEN
160: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, 'Lock_Row');