DBA Data[Home] [Help]

APPS.OKL_XTL_CSH_APPS_PUB dependencies on OKL_XTL_CSH_APPS_PUB

Line 1: PACKAGE BODY okl_xtl_csh_apps_pub AS

1: PACKAGE BODY okl_xtl_csh_apps_pub AS
2: /* $Header: OKLPXCAB.pls 115.8 2004/04/13 11:27:03 rnaik noship $ */
3:
4: PROCEDURE insert_xtl_csh_apps(
5: p_api_version IN NUMBER

Line 90: FND_MSG_PUB.ADD_EXC_MSG('OKL_XTL_CSH_APPS_PUB','insert_xtl_csh_apps');

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

Line 178: FND_MSG_PUB.ADD_EXC_MSG('OKL_XTL_CSH_APPS_PUB','insert_xtl_csh_apps');

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

Line 220: FND_MSG_PUB.ADD_EXC_MSG('OKL_XTL_CSH_APPS_PUB','lock_xtl_csh_apps');

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

Line 262: FND_MSG_PUB.ADD_EXC_MSG('OKL_XTL_CSH_APPS_PUB','lock_xtl_csh_apps');

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

Line 353: FND_MSG_PUB.ADD_EXC_MSG('OKL_XTL_CSH_APPS_PUB','update_xtl_csh_apps');

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

Line 442: FND_MSG_PUB.ADD_EXC_MSG('OKL_XTL_CSH_APPS_PUB','update_xtl_csh_apps');

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

Line 528: FND_MSG_PUB.ADD_EXC_MSG('OKL_XTL_CSH_APPS_PUB','delete_xtl_csh_apps');

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

Line 625: FND_MSG_PUB.ADD_EXC_MSG('OKL_XTL_CSH_APPS_PUB','delete_xtl_csh_apps');

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

Line 711: FND_MSG_PUB.ADD_EXC_MSG('OKL_XTL_CSH_APPS_PUB','validate_xtl_csh_apps');

707: ROLLBACK TO xtl_csh_apps_validate;
708: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
709: x_msg_count := l_msg_count ;
710: x_msg_data := l_msg_data ;
711: FND_MSG_PUB.ADD_EXC_MSG('OKL_XTL_CSH_APPS_PUB','validate_xtl_csh_apps');
712: FND_MSG_PUB.count_and_get(
713: p_count => x_msg_count
714: ,p_data => x_msg_data);
715: END validate_xtl_csh_apps;

Line 793: FND_MSG_PUB.ADD_EXC_MSG('OKL_XTL_CSH_APPS_PUB','validate_xtl_csh_apps');

789: ROLLBACK TO xtl_csh_apps_validate;
790: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
791: x_msg_count := l_msg_count ;
792: x_msg_data := l_msg_data ;
793: FND_MSG_PUB.ADD_EXC_MSG('OKL_XTL_CSH_APPS_PUB','validate_xtl_csh_apps');
794: FND_MSG_PUB.count_and_get(
795: p_count => x_msg_count
796: ,p_data => x_msg_data);
797: END validate_xtl_csh_apps;

Line 799: END OKL_XTL_CSH_APPS_PUB;

795: p_count => x_msg_count
796: ,p_data => x_msg_data);
797: END validate_xtl_csh_apps;
798:
799: END OKL_XTL_CSH_APPS_PUB;