DBA Data[Home] [Help]

APPS.OKL_ACCRUAL_DEPRN_ADJ_PVT dependencies on OKL_SECURITIZATION_PVT

Line 491: OKL_SECURITIZATION_PVT.check_sty_securitized(

487: -- Begin a new PL/SQL block to trap errors related to a praticular contract and to move on to the next contract
488: BEGIN
489:
490: -- Bug 3130551
491: OKL_SECURITIZATION_PVT.check_sty_securitized(
492: p_api_version => l_api_version
493: ,p_init_msg_list => l_init_msg_list
494: ,x_return_status => l_return_status
495: ,x_msg_count => l_msg_count

Line 499: ,p_effective_date_operator => OKL_SECURITIZATION_PVT.G_GREATER_THAN_EQUAL_TO

495: ,x_msg_count => l_msg_count
496: ,x_msg_data => l_msg_data
497: ,p_khr_id => l_contract_id
498: ,p_effective_date => l_period_from
499: ,p_effective_date_operator => OKL_SECURITIZATION_PVT.G_GREATER_THAN_EQUAL_TO
500: ,p_sty_id => l_sty_id
501: ,x_value => l_securitized_yn
502: ,x_inv_agmt_chr_id => l_agreement_id);
503: