DBA Data[Home] [Help]

APPS.AR_CMGT_REVIEW_CONC dependencies on APP_EXCEPTION

Line 784: app_exception.raise_exception;

780:
781: IF l_return_status <> FND_API.G_RET_STS_SUCCESS Then
782: FND_MSG_PUB.Get (FND_MSG_PUB.G_FIRST, FND_API.G_TRUE,l_msg_data, l_msg_index);
783: FND_MESSAGE.Set_Encoded (l_msg_data);
784: app_exception.raise_exception;
785: END IF;
786: END IF;
787: IF pg_debug = 'Y' THEN
788: debug ('AR_CMGT_REVIEW_CONC.periodic_review(-)' );