DBA Data[Home] [Help]

APPS.OKL_OPEN_INT_ASST_PUB dependencies on OKL_OPEN_INT_ASST_PUB

Line 1: PACKAGE BODY okl_open_int_asst_pub AS

1: PACKAGE BODY okl_open_int_asst_pub AS
2: /* $Header: OKLPOIAB.pls 115.4 2004/04/13 11:42:52 rnaik noship $ */
3:
4: PROCEDURE insert_open_int_asst(
5: p_api_version IN NUMBER

Line 91: FND_MSG_PUB.ADD_EXC_MSG('OKL_OPEN_INT_ASST_PUB','insert_open_int_asst');

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

Line 179: FND_MSG_PUB.ADD_EXC_MSG('OKL_OPEN_INT_ASST_PUB','insert_open_int_asst');

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

Line 221: FND_MSG_PUB.ADD_EXC_MSG('OKL_OPEN_INT_ASST_PUB','lock_open_int_asst');

217: p_count => x_msg_count
218: ,p_data => x_msg_data);
219: WHEN OTHERS THEN
220: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
221: FND_MSG_PUB.ADD_EXC_MSG('OKL_OPEN_INT_ASST_PUB','lock_open_int_asst');
222: FND_MSG_PUB.count_and_get(
223: p_count => x_msg_count
224: ,p_data => x_msg_data);
225: END lock_open_int_asst;

Line 263: FND_MSG_PUB.ADD_EXC_MSG('OKL_OPEN_INT_ASST_PUB','lock_open_int_asst');

259: p_count => x_msg_count
260: ,p_data => x_msg_data);
261: WHEN OTHERS THEN
262: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
263: FND_MSG_PUB.ADD_EXC_MSG('OKL_OPEN_INT_ASST_PUB','lock_open_int_asst');
264: FND_MSG_PUB.count_and_get(
265: p_count => x_msg_count
266: ,p_data => x_msg_data);
267: END lock_open_int_asst;

Line 354: FND_MSG_PUB.ADD_EXC_MSG('OKL_OPEN_INT_ASST_PUB','update_open_int_asst');

350: ROLLBACK TO open_int_asst_update;
351: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
352: x_msg_count := l_msg_count ;
353: x_msg_data := l_msg_data ;
354: FND_MSG_PUB.ADD_EXC_MSG('OKL_OPEN_INT_ASST_PUB','update_open_int_asst');
355: FND_MSG_PUB.count_and_get(
356: p_count => x_msg_count
357: ,p_data => x_msg_data);
358: END update_open_int_asst;

Line 443: FND_MSG_PUB.ADD_EXC_MSG('OKL_OPEN_INT_ASST_PUB','update_open_int_asst');

439: ROLLBACK TO open_int_asst_update;
440: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
441: x_msg_count := l_msg_count ;
442: x_msg_data := l_msg_data ;
443: FND_MSG_PUB.ADD_EXC_MSG('OKL_OPEN_INT_ASST_PUB','update_open_int_asst');
444: FND_MSG_PUB.count_and_get(
445: p_count => x_msg_count
446: ,p_data => x_msg_data);
447: END update_open_int_asst;

Line 529: FND_MSG_PUB.ADD_EXC_MSG('OKL_OPEN_INT_ASST_PUB','delete_open_int_asst');

525: ROLLBACK TO open_int_asst_delete_rec;
526: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
527: x_msg_count := l_msg_count ;
528: x_msg_data := l_msg_data ;
529: FND_MSG_PUB.ADD_EXC_MSG('OKL_OPEN_INT_ASST_PUB','delete_open_int_asst');
530: FND_MSG_PUB.count_and_get(
531: p_count => x_msg_count
532: ,p_data => x_msg_data);
533: END delete_open_int_asst;

Line 626: FND_MSG_PUB.ADD_EXC_MSG('OKL_OPEN_INT_ASST_PUB','delete_open_int_asst');

622: ROLLBACK TO open_int_asst_delete_tbl;
623: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
624: x_msg_count := l_msg_count ;
625: x_msg_data := l_msg_data ;
626: FND_MSG_PUB.ADD_EXC_MSG('OKL_OPEN_INT_ASST_PUB','delete_open_int_asst');
627: FND_MSG_PUB.count_and_get(
628: p_count => x_msg_count
629: ,p_data => x_msg_data);
630: END delete_open_int_asst;

Line 716: FND_MSG_PUB.ADD_EXC_MSG('OKL_OPEN_INT_ASST_PUB','validate_open_int_asst');

712: ROLLBACK TO open_int_asst_validate;
713: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
714: x_msg_count := l_msg_count ;
715: x_msg_data := l_msg_data ;
716: FND_MSG_PUB.ADD_EXC_MSG('OKL_OPEN_INT_ASST_PUB','validate_open_int_asst');
717: FND_MSG_PUB.count_and_get(
718: p_count => x_msg_count
719: ,p_data => x_msg_data);
720: END validate_open_int_asst;

Line 801: FND_MSG_PUB.ADD_EXC_MSG('OKL_OPEN_INT_ASST_PUB','validate_open_int_asst');

797: ROLLBACK TO open_int_asst_validate;
798: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
799: x_msg_count := l_msg_count ;
800: x_msg_data := l_msg_data ;
801: FND_MSG_PUB.ADD_EXC_MSG('OKL_OPEN_INT_ASST_PUB','validate_open_int_asst');
802: FND_MSG_PUB.count_and_get(
803: p_count => x_msg_count
804: ,p_data => x_msg_data);
805: END validate_open_int_asst;

Line 807: END OKL_OPEN_INT_ASST_PUB;

803: p_count => x_msg_count
804: ,p_data => x_msg_data);
805: END validate_open_int_asst;
806:
807: END OKL_OPEN_INT_ASST_PUB;