DBA Data[Home] [Help]

APPS.CSD_FLOW_STATUSES_PVT dependencies on FND_MESSAGE

Line 161: FND_MESSAGE.set_name('CSD', 'CSD_FLEX_DEFN_EXISTS');

157: ROLLBACK TO Create_Flow_Status;
158: x_return_status := FND_API.G_RET_STS_ERROR;
159:
160: -- The definition already exists. No duplicates are allowed.
161: FND_MESSAGE.set_name('CSD', 'CSD_FLEX_DEFN_EXISTS');
162: FND_MSG_PUB.add;
163:
164: FND_MSG_PUB.Count_And_Get
165: (p_count => x_msg_count,

Line 405: FND_MESSAGE.set_name('CSD', 'CSD_FLEX_DEFN_EXISTS');

401: ROLLBACK TO Update_Flow_Status;
402: x_return_status := FND_API.G_RET_STS_ERROR;
403:
404: -- The definition already exists. No duplicates are allowed.
405: FND_MESSAGE.set_name('CSD', 'CSD_FLEX_DEFN_EXISTS');
406: FND_MSG_PUB.add;
407:
408: FND_MSG_PUB.Count_And_Get
409: (p_count => x_msg_count,