DBA Data[Home] [Help]

APPS.OKL_CONTRACT_PVT dependencies on OKL_K_LINES

Line 3036: okl_k_lines kle

3032: --cursor to get maximum subsidy term
3033: cursor l_sub_csr (p_cle_id in number) is
3034: select subb.maximum_term
3035: from okl_subsidies_b subb,
3036: okl_k_lines kle
3037: where subsidy_id = kle.subsidy_id
3038: and kle.id = p_cle_id;
3039:
3040: l_max_subsidy_term okl_subsidies_b.maximum_term%TYPE;

Line 6519: -- for example - calculation and updation of okl_k_lines.

6515: -- Business Rules : If p_edit_mode is sent as 'Y' contract status will be
6516: -- updated to 'INCOMPLETE' else it will not be updated to
6517: -- 'INCOMPLETE'. Facilitates updater transactions which
6518: -- happen in the background while the contract is not 'BOOKED'
6519: -- for example - calculation and updation of okl_k_lines.
6520: -- capitalized_interest every time user navigates to booking
6521: -- page. It is not desired that khr status change to 'INCOMPLETE'
6522: -- every time capitalized interest is updated.
6523: -- Parameters :

Line 6549: from OKL_K_LINES_V

6545: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
6546:
6547: cursor l_klev_csr(l_id IN NUMBER) is
6548: select 'x'
6549: from OKL_K_LINES_V
6550: where id = l_id;
6551: l_dummy_var VARCHAR2(1) := '?';
6552:
6553: --Bug# 3143522,

Line 7055: -- for example - calculation and updation of okl_k_lines.

7051: -- Business Rules : If p_edit_mode is sent as 'Y' contract status will be
7052: -- updated to 'INCOMPLETE' else it will not be updated to
7053: -- 'INCOMPLETE'. Facilitates updater transactions which
7054: -- happen in the background while the contract is not 'BOOKED'
7055: -- for example - calculation and updation of okl_k_lines.
7056: -- capitalized_interest every time user navigates to booking
7057: -- page. It is not desired that khr status change to 'INCOMPLETE'
7058: -- every time capitalized interest is updated.
7059: -- Parameters :