DBA Data[Home] [Help]

APPS.OKL_AM_TERMNT_INTERFACE_PVT dependencies on OKL_API

Line 2169: p_init_msg_list => OKL_API.G_FALSE,

2165: -- lp_term_rec.preproceeds_yn := 'Y'; -- rmunjulu Bug 4239780 Should not set PreProceeds flag
2166: lp_term_rec.date_effective_to := lx_quot_rec.date_effective_to;
2167: -- calling the API to accept quote
2168: OKL_AM_TERMNT_QUOTE_PUB.terminate_quote (p_api_version => p_api_version,
2169: p_init_msg_list => OKL_API.G_FALSE,
2170: x_return_status => l_return_status,
2171: x_msg_count => x_msg_count,
2172: x_msg_data => x_msg_data,
2173: p_term_rec => lp_term_rec,