DBA Data[Home] [Help]

APPS.AR_LATE_CHARGES_REPORT_PVT dependencies on FND_API

Line 102: RAISE FND_API.G_EXC_ERROR;

98:
99: IF (p_request_id IS NOT NULL AND p_interest_batch_id IS NOT NULL) THEN
100: FND_MESSAGE.SET_NAME('AR','AR_LC_PARAMS_INVALID');
101: FND_MSG_PUB.ADD;
102: RAISE FND_API.G_EXC_ERROR;
103: END IF;
104:
105: --
106: -- 2. Get batch name if batch id alone is passed.