DBA Data[Home] [Help]

APPS.OKL_LEASE_QUOTE_PVT dependencies on OKL_LEASE_QUOTE_WORKFLOW_PVT

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

2530: END IF;
2531: -- Bug#9708535 - Added - End
2532:
2533: -- Call Submit workflow
2534: okl_lease_quote_workflow_pvt.raise_quote_submit_event(p_quote_id => p_quote_id,
2535: x_return_status => x_return_status);
2536: IF x_return_status = G_RET_STS_UNEXP_ERROR THEN
2537: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
2538: ELSIF x_return_status = G_RET_STS_ERROR THEN

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

2669: ELSIF x_return_status = G_RET_STS_ERROR THEN
2670: RAISE OKL_API.G_EXCEPTION_ERROR;
2671: END IF;
2672: -- Call Accept workflow
2673: okl_lease_quote_workflow_pvt.raise_quote_accept_event(p_quote_id => p_quote_id,
2674: x_return_status => x_return_status);
2675: IF x_return_status = G_RET_STS_UNEXP_ERROR THEN
2676: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
2677: ELSIF x_return_status = G_RET_STS_ERROR THEN