DBA Data[Home] [Help]

APPS.OKL_AM_RESTRUCTURE_QUOTE_PUB dependencies on OKL_AM_RESTRUCTURE_QUOTE_PUB

Line 1: PACKAGE BODY OKL_AM_RESTRUCTURE_QUOTE_PUB AS

1: PACKAGE BODY OKL_AM_RESTRUCTURE_QUOTE_PUB AS
2: /* $Header: OKLPRTQB.pls 115.4 2004/04/13 11:03:39 rnaik noship $ */
3:
4: PROCEDURE create_restructure_quote(
5: p_api_version IN NUMBER

Line 91: FND_MSG_PUB.ADD_EXC_MSG('OKL_AM_RESTRUCTURE_QUOTE_PUB','create_restructure_quote');

87: ROLLBACK TO restructure_quote_create;
88: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
89: x_msg_count := l_msg_count ;
90: x_msg_data := l_msg_data ;
91: FND_MSG_PUB.ADD_EXC_MSG('OKL_AM_RESTRUCTURE_QUOTE_PUB','create_restructure_quote');
92: FND_MSG_PUB.count_and_get(
93: p_count => x_msg_count
94: ,p_data => x_msg_data);
95: END create_restructure_quote;

Line 179: FND_MSG_PUB.ADD_EXC_MSG('OKL_AM_RESTRUCTURE_QUOTE_PUB','create_restructure_quote');

175: ROLLBACK TO restructure_quote_create;
176: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
177: x_msg_count := l_msg_count ;
178: x_msg_data := l_msg_data ;
179: FND_MSG_PUB.ADD_EXC_MSG('OKL_AM_RESTRUCTURE_QUOTE_PUB','create_restructure_quote');
180: FND_MSG_PUB.count_and_get(
181: p_count => x_msg_count
182: ,p_data => x_msg_data);
183: END create_restructure_quote;

Line 270: FND_MSG_PUB.ADD_EXC_MSG('OKL_AM_RESTRUCTURE_QUOTE_PUB','update_restructure_quote');

266: ROLLBACK TO restructure_quote_update;
267: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
268: x_msg_count := l_msg_count ;
269: x_msg_data := l_msg_data ;
270: FND_MSG_PUB.ADD_EXC_MSG('OKL_AM_RESTRUCTURE_QUOTE_PUB','update_restructure_quote');
271: FND_MSG_PUB.count_and_get(
272: p_count => x_msg_count
273: ,p_data => x_msg_data);
274: END update_restructure_quote;

Line 359: FND_MSG_PUB.ADD_EXC_MSG('OKL_AM_RESTRUCTURE_QUOTE_PUB','update_restructure_quote');

355: ROLLBACK TO restructure_quote_update;
356: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
357: x_msg_count := l_msg_count ;
358: x_msg_data := l_msg_data ;
359: FND_MSG_PUB.ADD_EXC_MSG('OKL_AM_RESTRUCTURE_QUOTE_PUB','update_restructure_quote');
360: FND_MSG_PUB.count_and_get(
361: p_count => x_msg_count
362: ,p_data => x_msg_data);
363: END update_restructure_quote;

Line 365: END OKL_AM_RESTRUCTURE_QUOTE_PUB;

361: p_count => x_msg_count
362: ,p_data => x_msg_data);
363: END update_restructure_quote;
364:
365: END OKL_AM_RESTRUCTURE_QUOTE_PUB;