DBA Data[Home] [Help]

APPS.OKL_RECEIPTS_PVT dependencies on OKL_RECEIPTS_PVT

Line 1: PACKAGE BODY OKL_RECEIPTS_PVT AS

1: PACKAGE BODY OKL_RECEIPTS_PVT AS
2: /* $Header: OKLRRCTB.pls 120.39.12010000.3 2009/03/13 11:40:45 racheruv ship $ */
3: ---------------------------------------------------------------------------
4: -- GLOBAL DATASTRUCTURES
5: ---------------------------------------------------------------------------

Line 1246: log_debug('okl_receipts_pvt.apply_receipt start');

1242: l_err_rec get_err_csr%ROWTYPE;
1243: -- bug 6642572 .. get the error messages from gt table .. end
1244:
1245: BEGIN
1246: log_debug('okl_receipts_pvt.apply_receipt start');
1247: l_return_status := OKL_API.G_RET_STS_SUCCESS;
1248:
1249: -- call START_ACTIVITY to create savepoint, check compatibility and initialize message list
1250: l_return_status := OKL_API.START_ACTIVITY(

Line 1395: log_debug('okl_receipts_pvt.apply_receipt end');

1391:
1392: OKL_API.END_ACTIVITY(x_msg_count => x_msg_count, x_msg_data => x_msg_data);
1393:
1394: x_return_status := l_return_status;
1395: log_debug('okl_receipts_pvt.apply_receipt end');
1396:
1397: EXCEPTION
1398:
1399: WHEN OKL_API.G_EXCEPTION_ERROR THEN

Line 1536: log_debug('okl_receipts_pvt.Unapply_on_account start');

1532: l_receipt_date DATE DEFAULT p_receipt_date;
1533: --End - handle onaccount - varangan - 6353486
1534:
1535: BEGIN
1536: log_debug('okl_receipts_pvt.Unapply_on_account start');
1537: l_return_status := OKL_API.G_RET_STS_SUCCESS;
1538:
1539: -- call START_ACTIVITY to create savepoint, check compatibility and initialize message list
1540: l_return_status := OKL_API.START_ACTIVITY(

Line 1613: log_debug('okl_receipts_pvt.handle_onacc_update end');

1609:
1610: OKL_API.END_ACTIVITY(x_msg_count => x_msg_count, x_msg_data => x_msg_data);
1611:
1612: x_return_status := l_return_status;
1613: log_debug('okl_receipts_pvt.handle_onacc_update end');
1614: EXCEPTION
1615: WHEN OKL_API.G_EXCEPTION_ERROR THEN
1616: x_return_status := OKL_API.HANDLE_EXCEPTIONS
1617: (

Line 1765: log_debug('okl_receipts_pvt.handle_receipts start +');

1761: FROM ra_customer_trx_all a
1762: WHERE a.customer_trx_id = p_customer_trx_id;
1763:
1764: BEGIN
1765: log_debug('okl_receipts_pvt.handle_receipts start +');
1766:
1767: l_return_status := okl_api.start_activity(l_api_name,
1768: g_pkg_name,
1769: p_init_msg_list,

Line 2459: log_debug('okl_receipts_pvt.handle_receipt End -');

2455: okl_api.end_activity(l_msg_count,l_msg_data);
2456: x_msg_data := l_msg_data;
2457: x_msg_count := l_msg_count;
2458: x_return_status := l_return_status;
2459: log_debug('okl_receipts_pvt.handle_receipt End -');
2460: EXCEPTION
2461: WHEN g_exception_halt_validation THEN
2462: x_return_status := okl_api.g_ret_sts_error;
2463: x_return_status := OKL_API.HANDLE_EXCEPTIONS

Line 2531: END okl_receipts_pvt;

2527: RETURN NULL;
2528:
2529: END cross_currency_rate_type;
2530:
2531: END okl_receipts_pvt;