DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_PVT dependencies on OKL_TXL_CNTRCT_LNS

Line 1640: l_currency_code okl_txl_cntrct_lns.currency_code%TYPE;

1636: l_amount NUMBER;
1637: l_init_msg_list VARCHAR2(1) := OKL_API.G_FALSE;
1638: l_msg_count NUMBER;
1639: l_msg_data VARCHAR2(2000);
1640: l_currency_code okl_txl_cntrct_lns.currency_code%TYPE;
1641:
1642:
1643: CURSOR Product_csr (p_contract_id IN okl_products_v.id%TYPE) IS
1644: SELECT pdt.id product_id

Line 2025: l_dist_info_tbl(i).SOURCE_TABLE := 'OKL_TXL_CNTRCT_LNS';

2021: --Bug# 6189396
2022: l_ctxt_val_tbl := okl_execute_formula_pub.g_additional_parameters;
2023:
2024: l_dist_info_tbl(i).SOURCE_ID := x_tclv_tbl(i).id;
2025: l_dist_info_tbl(i).SOURCE_TABLE := 'OKL_TXL_CNTRCT_LNS';
2026: l_dist_info_tbl(i).GL_REVERSAL_FLAG := 'N';
2027: l_dist_info_tbl(i).POST_TO_GL := l_post_to_gl_yn;
2028: l_dist_info_tbl(i).CONTRACT_ID := p_contract_id;
2029: l_dist_info_tbl(i).contract_line_id := p_kle_id;