DBA Data[Home] [Help]

APPS.OKL_LEASE_QUOTE_PVT dependencies on OKL_LEASE_QUOTE_WORKFLOW_PVT

Line 2435: okl_lease_quote_workflow_pvt.raise_quote_submit_event(p_quote_id => p_quote_id,

2431: ELSIF x_return_status = G_RET_STS_ERROR THEN
2432: RAISE OKL_API.G_EXCEPTION_ERROR;
2433: END IF;
2434: -- Call Submit workflow
2435: okl_lease_quote_workflow_pvt.raise_quote_submit_event(p_quote_id => p_quote_id,
2436: x_return_status => x_return_status);
2437: IF x_return_status = G_RET_STS_UNEXP_ERROR THEN
2438: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
2439: ELSIF x_return_status = G_RET_STS_ERROR THEN

Line 2573: okl_lease_quote_workflow_pvt.raise_quote_accept_event(p_quote_id => p_quote_id,

2569: ELSIF x_return_status = G_RET_STS_ERROR THEN
2570: RAISE OKL_API.G_EXCEPTION_ERROR;
2571: END IF;
2572: -- Call Accept workflow
2573: okl_lease_quote_workflow_pvt.raise_quote_accept_event(p_quote_id => p_quote_id,
2574: x_return_status => x_return_status);
2575: IF x_return_status = G_RET_STS_UNEXP_ERROR THEN
2576: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
2577: ELSIF x_return_status = G_RET_STS_ERROR THEN