DBA Data[Home] [Help]

APPS.OKL_RECEIPTS_PVT dependencies on OKL_SLA_ACC_SOURCES_PVT

Line 1697: l_rxh_rec okl_sla_acc_sources_pvt.rxh_rec_type;

1693: l_rcav_tbl Okl_Rca_Pvt.rcav_tbl_type;
1694: x_rctv_rec Okl_Rct_Pvt.rctv_rec_type;
1695: x_rcav_tbl Okl_Rca_Pvt.rcav_tbl_type;
1696:
1697: l_rxh_rec okl_sla_acc_sources_pvt.rxh_rec_type;
1698:
1699: l_apply_onacc_amount NUMBER:=0;
1700: l_unapply_amount NUMBER:=0;
1701: l_original_onacc_amount NUMBER:=0;

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

1912: log_debug('l_appl_tbl(i).ar_inv_id : '||l_appl_tbl(i).ar_inv_id);
1913: IF l_appl_tbl(i).contract_id IS NOT NULL and l_appl_tbl(i).contract_id <> okl_api.g_miss_num THEN
1914: l_rxh_rec.source_id := l_cash_receipt_id;
1915: l_rxh_rec.khr_id := l_appl_tbl(i).contract_id;
1916: log_debug(' okl_sla_acc_sources_pvt.populate_sources');
1917: okl_sla_acc_sources_pvt.populate_sources(
1918: p_api_version => l_api_version
1919: ,p_init_msg_list => l_init_msg_list
1920: ,p_rxh_rec => l_rxh_rec

Line 1917: okl_sla_acc_sources_pvt.populate_sources(

1913: IF l_appl_tbl(i).contract_id IS NOT NULL and l_appl_tbl(i).contract_id <> okl_api.g_miss_num THEN
1914: l_rxh_rec.source_id := l_cash_receipt_id;
1915: l_rxh_rec.khr_id := l_appl_tbl(i).contract_id;
1916: log_debug(' okl_sla_acc_sources_pvt.populate_sources');
1917: okl_sla_acc_sources_pvt.populate_sources(
1918: p_api_version => l_api_version
1919: ,p_init_msg_list => l_init_msg_list
1920: ,p_rxh_rec => l_rxh_rec
1921: ,x_return_status => l_return_status

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

1922: ,x_msg_count => l_msg_count
1923: ,x_msg_data => l_msg_data
1924: );
1925:
1926: log_debug('Return status of okl_sla_acc_sources_pvt.populate_sources = '|| l_return_status);
1927: IF (l_return_status = okl_api.g_ret_sts_unexp_error) THEN
1928: RAISE okl_api.g_exception_unexpected_error;
1929: ELSIF (l_return_status = okl_api.g_ret_sts_error) THEN
1930: RAISE okl_api.g_exception_error;