DBA Data[Home] [Help]

APPS.JL_AR_RECEIVABLE_APPLICATIONS dependencies on APP_EXCEPTION

Line 149: app_exception.raise_exception;

145:
146: IF (x_msg_count > 0) THEN
147: FND_MSG_PUB.Get(FND_MSG_PUB.G_FIRST,FND_API.G_TRUE,x_data,x_msgindex_out);
148: FND_MESSAGE.Set_Encoded(x_data);
149: app_exception.raise_exception;
150: ELSE
151: app_exception.raise_exception;
152: END IF;
153:

Line 151: app_exception.raise_exception;

147: FND_MSG_PUB.Get(FND_MSG_PUB.G_FIRST,FND_API.G_TRUE,x_data,x_msgindex_out);
148: FND_MESSAGE.Set_Encoded(x_data);
149: app_exception.raise_exception;
150: ELSE
151: app_exception.raise_exception;
152: END IF;
153:
154: END IF;
155: