DBA Data[Home] [Help]

APPS.GL_COA_SEGMENT_VAL_PVT dependencies on FND_MESSAGE

Line 126: FND_MESSAGE.SET_NAME ('GL','GL_COA_SVI_DATA_NOT_PASSED');

122: END IF;
123:
124: --If none of the PL/SQL data has been passed then raise error
125: IF NOT l_record_exists THEN
126: FND_MESSAGE.SET_NAME ('GL','GL_COA_SVI_DATA_NOT_PASSED');
127: FND_MSG_PUB.ADD;
128: RAISE FND_API.G_EXC_ERROR;
129: END IF;
130: