DBA Data[Home] [Help]

APPS.OKL_RECEIPTS_PVT dependencies on OKL_SLA_ACC_SOURCES_PVT

Line 1640: l_rxh_rec okl_sla_acc_sources_pvt.rxh_rec_type;

1636: l_rcav_tbl Okl_Rca_Pvt.rcav_tbl_type;
1637: x_rctv_rec Okl_Rct_Pvt.rctv_rec_type;
1638: x_rcav_tbl Okl_Rca_Pvt.rcav_tbl_type;
1639:
1640: l_rxh_rec okl_sla_acc_sources_pvt.rxh_rec_type;
1641:
1642: l_apply_onacc_amount NUMBER:=0;
1643: l_unapply_amount NUMBER:=0;
1644: l_original_onacc_amount NUMBER:=0;

Line 1859: log_debug(' okl_sla_acc_sources_pvt.populate_sources');

1855: log_debug('l_appl_tbl(i).ar_inv_id : '||l_appl_tbl(i).ar_inv_id);
1856: IF l_appl_tbl(i).contract_id IS NOT NULL and l_appl_tbl(i).contract_id <> okl_api.g_miss_num THEN
1857: l_rxh_rec.source_id := l_cash_receipt_id;
1858: l_rxh_rec.khr_id := l_appl_tbl(i).contract_id;
1859: log_debug(' okl_sla_acc_sources_pvt.populate_sources');
1860: okl_sla_acc_sources_pvt.populate_sources(
1861: p_api_version => l_api_version
1862: ,p_init_msg_list => l_init_msg_list
1863: ,p_rxh_rec => l_rxh_rec

Line 1860: okl_sla_acc_sources_pvt.populate_sources(

1856: IF l_appl_tbl(i).contract_id IS NOT NULL and l_appl_tbl(i).contract_id <> okl_api.g_miss_num THEN
1857: l_rxh_rec.source_id := l_cash_receipt_id;
1858: l_rxh_rec.khr_id := l_appl_tbl(i).contract_id;
1859: log_debug(' okl_sla_acc_sources_pvt.populate_sources');
1860: okl_sla_acc_sources_pvt.populate_sources(
1861: p_api_version => l_api_version
1862: ,p_init_msg_list => l_init_msg_list
1863: ,p_rxh_rec => l_rxh_rec
1864: ,x_return_status => l_return_status

Line 1869: log_debug('Return status of okl_sla_acc_sources_pvt.populate_sources = '|| l_return_status);

1865: ,x_msg_count => l_msg_count
1866: ,x_msg_data => l_msg_data
1867: );
1868:
1869: log_debug('Return status of okl_sla_acc_sources_pvt.populate_sources = '|| l_return_status);
1870: IF (l_return_status = okl_api.g_ret_sts_unexp_error) THEN
1871: RAISE okl_api.g_exception_unexpected_error;
1872: ELSIF (l_return_status = okl_api.g_ret_sts_error) THEN
1873: RAISE okl_api.g_exception_error;