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.2 2008/12/05 05:49:00 nikshah ship $ */
3: ---------------------------------------------------------------------------
4: -- GLOBAL DATASTRUCTURES
5: ---------------------------------------------------------------------------

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

1234: l_receipt_date DATE DEFAULT p_receipt_date;
1235: --End - handle onaccount - varangan - 6353486
1236:
1237: BEGIN
1238: log_debug('okl_receipts_pvt.apply_receipt start');
1239: l_return_status := OKL_API.G_RET_STS_SUCCESS;
1240:
1241: -- call START_ACTIVITY to create savepoint, check compatibility and initialize message list
1242: l_return_status := OKL_API.START_ACTIVITY(

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

1383:
1384: OKL_API.END_ACTIVITY(x_msg_count => x_msg_count, x_msg_data => x_msg_data);
1385:
1386: x_return_status := l_return_status;
1387: log_debug('okl_receipts_pvt.apply_receipt end');
1388: EXCEPTION
1389: WHEN OKL_API.G_EXCEPTION_ERROR THEN
1390: x_return_status := OKL_API.HANDLE_EXCEPTIONS
1391: (

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

1475: l_receipt_date DATE DEFAULT p_receipt_date;
1476: --End - handle onaccount - varangan - 6353486
1477:
1478: BEGIN
1479: log_debug('okl_receipts_pvt.Unapply_on_account start');
1480: l_return_status := OKL_API.G_RET_STS_SUCCESS;
1481:
1482: -- call START_ACTIVITY to create savepoint, check compatibility and initialize message list
1483: l_return_status := OKL_API.START_ACTIVITY(

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

1552:
1553: OKL_API.END_ACTIVITY(x_msg_count => x_msg_count, x_msg_data => x_msg_data);
1554:
1555: x_return_status := l_return_status;
1556: log_debug('okl_receipts_pvt.handle_onacc_update end');
1557: EXCEPTION
1558: WHEN OKL_API.G_EXCEPTION_ERROR THEN
1559: x_return_status := OKL_API.HANDLE_EXCEPTIONS
1560: (

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

1704: FROM ra_customer_trx_all a
1705: WHERE a.customer_trx_id = p_customer_trx_id;
1706:
1707: BEGIN
1708: log_debug('okl_receipts_pvt.handle_receipts start +');
1709:
1710: l_return_status := okl_api.start_activity(l_api_name,
1711: g_pkg_name,
1712: p_init_msg_list,

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

2398: okl_api.end_activity(l_msg_count,l_msg_data);
2399: x_msg_data := l_msg_data;
2400: x_msg_count := l_msg_count;
2401: x_return_status := l_return_status;
2402: log_debug('okl_receipts_pvt.handle_receipt End -');
2403: EXCEPTION
2404: WHEN g_exception_halt_validation THEN
2405: x_return_status := okl_api.g_ret_sts_error;
2406: x_return_status := OKL_API.HANDLE_EXCEPTIONS

Line 2474: END okl_receipts_pvt;

2470: RETURN NULL;
2471:
2472: END cross_currency_rate_type;
2473:
2474: END okl_receipts_pvt;