DBA Data[Home] [Help]

APPS.OKL_AM_SHIPPING_INSTR_PUB dependencies on OKL_AM_SHIPPING_INSTR_PUB

Line 1: PACKAGE BODY OKL_AM_SHIPPING_INSTR_PUB AS

1: PACKAGE BODY OKL_AM_SHIPPING_INSTR_PUB AS
2: /* $Header: OKLPSHIB.pls 115.5 2004/04/13 11:07:16 rnaik noship $ */
3:
4: PROCEDURE create_shipping_instr(
5: p_api_version IN NUMBER,

Line 91: FND_MSG_PUB.ADD_EXC_MSG('OKL_AM_SHIPPING_INSTR_PUB','create_shipping_instr');

87: ROLLBACK TO shipping_instr_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_SHIPPING_INSTR_PUB','create_shipping_instr');
92: FND_MSG_PUB.count_and_get(
93: p_count => x_msg_count
94: ,p_data => x_msg_data);
95: END create_shipping_instr;

Line 179: FND_MSG_PUB.ADD_EXC_MSG('OKL_AM_SHIPPING_INSTR_PUB','create_shipping_instr');

175: ROLLBACK TO shipping_instr_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_SHIPPING_INSTR_PUB','create_shipping_instr');
180: FND_MSG_PUB.count_and_get(
181: p_count => x_msg_count
182: ,p_data => x_msg_data);
183: END create_shipping_instr;

Line 270: FND_MSG_PUB.ADD_EXC_MSG('OKL_AM_SHIPPING_INSTR_PUB','update_shipping_instr');

266: ROLLBACK TO shipping_instr_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_SHIPPING_INSTR_PUB','update_shipping_instr');
271: FND_MSG_PUB.count_and_get(
272: p_count => x_msg_count
273: ,p_data => x_msg_data);
274: END update_shipping_instr;

Line 359: FND_MSG_PUB.ADD_EXC_MSG('OKL_AM_SHIPPING_INSTR_PUB','update_shipping_instr');

355: ROLLBACK TO shipping_instr_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_SHIPPING_INSTR_PUB','update_shipping_instr');
360: FND_MSG_PUB.count_and_get(
361: p_count => x_msg_count
362: ,p_data => x_msg_data);
363: END update_shipping_instr;

Line 449: FND_MSG_PUB.ADD_EXC_MSG('OKL_AM_SHIPPING_INSTR_PUB','send_shipping_instr');

445: ROLLBACK TO shipping_instr_send;
446: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
447: x_msg_count := l_msg_count ;
448: x_msg_data := l_msg_data ;
449: FND_MSG_PUB.ADD_EXC_MSG('OKL_AM_SHIPPING_INSTR_PUB','send_shipping_instr');
450: FND_MSG_PUB.count_and_get(
451: p_count => x_msg_count
452: ,p_data => x_msg_data);
453: END send_shipping_instr;

Line 538: FND_MSG_PUB.ADD_EXC_MSG('OKL_AM_SHIPPING_INSTR_PUB','send_shipping_instr');

534: ROLLBACK TO shipping_instr_send;
535: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
536: x_msg_count := l_msg_count ;
537: x_msg_data := l_msg_data ;
538: FND_MSG_PUB.ADD_EXC_MSG('OKL_AM_SHIPPING_INSTR_PUB','send_shipping_instr');
539: FND_MSG_PUB.count_and_get(
540: p_count => x_msg_count
541: ,p_data => x_msg_data);
542: END send_shipping_instr;

Line 545: END OKL_AM_SHIPPING_INSTR_PUB;

541: ,p_data => x_msg_data);
542: END send_shipping_instr;
543:
544:
545: END OKL_AM_SHIPPING_INSTR_PUB;