DBA Data[Home] [Help]

APPS.JL_AR_RECEIVABLE_APPLICATIONS dependencies on APP_EXCEPTION

Line 255: app_exception.raise_exception;

251:
252: IF (x_msg_count > 0) THEN
253: FND_MSG_PUB.Get(FND_MSG_PUB.G_FIRST,FND_API.G_TRUE,x_data,x_msgindex_out);
254: FND_MESSAGE.Set_Encoded(x_data);
255: app_exception.raise_exception;
256: ELSE
257: app_exception.raise_exception;
258: END IF;
259:

Line 257: app_exception.raise_exception;

253: FND_MSG_PUB.Get(FND_MSG_PUB.G_FIRST,FND_API.G_TRUE,x_data,x_msgindex_out);
254: FND_MESSAGE.Set_Encoded(x_data);
255: app_exception.raise_exception;
256: ELSE
257: app_exception.raise_exception;
258: END IF;
259:
260: END IF;
261: