DBA Data[Home] [Help]

APPS.OKL_LA_SALES_TAX_PVT dependencies on OKL_QA_DATA_INTEGRITY

Line 7176: OKL_QA_DATA_INTEGRITY.check_rbk_financed_cost(

7172: -- If Sales Tax FINANCED or CAPITALIZED fee is present, then validate that Asset Financed Cost
7173: -- has not been modified during an effective dated rebook when rebook effective date
7174: -- is not the contract line start date
7175: IF (l_fn_top_fee_ln_rec.id IS NOT NULL) THEN
7176: OKL_QA_DATA_INTEGRITY.check_rbk_financed_cost(
7177: x_return_status => l_return_status,
7178: p_chr_id => p_chr_id,
7179: p_upfront_tax_fee_yn => 'Y');
7180:

Line 7350: OKL_QA_DATA_INTEGRITY.check_rbk_pymt_structure(

7346: --Bug# 12807203
7347: -- If Sales Tax FINANCED fee is present, then validate that Payment Frequency, Structure
7348: -- or Arrears option for the fee payment have not been modified during an effective
7349: -- dated rebook when rebook effective date is not the contract line start date
7350: OKL_QA_DATA_INTEGRITY.check_rbk_pymt_structure(
7351: x_return_status => l_return_status,
7352: p_chr_id => p_chr_id,
7353: p_upfront_tax_fee_yn => 'Y');
7354: