DBA Data[Home] [Help]

APPS.OKL_GENERATE_ACCRUALS_PVT dependencies on OKL_STREAM_GENERATOR_PVT

Line 528: OKL_STREAM_GENERATOR_PVT.get_next_billing_date(

524: OKL_API.set_message
525: (G_APP_NAME, G_INVALID_VALUE,G_COL_NAME_TOKEN,'START_DATE');
526: END IF;
527:
528: OKL_STREAM_GENERATOR_PVT.get_next_billing_date(
529: p_api_version => l_api_version,
530: p_init_msg_list => l_init_msg_list,
531: p_khr_id => p_khr_id,
532: p_billing_date => nvl(l_last_int_calc_date, l_khr_start_date),

Line 550: -- If the next due date returned by okl_stream_generator_pvt.get_next_billing_date is null,

546: RAISE OKL_API.G_EXCEPTION_ERROR;
547: END IF;
548: END IF;
549:
550: -- If the next due date returned by okl_stream_generator_pvt.get_next_billing_date is null,
551: -- it is assumed that this is the last period for the contract. Verify if the streams are
552: -- all accrued and pass the result to the caller.. racheruv Bug 6274870.
553:
554: IF l_next_int_calc_date IS NULL THEN