DBA Data[Home] [Help]

APPS.OKL_VP_CHANGE_REQUEST_PVT dependencies on OKL_VP_CR_WF

Line 1616: okl_vp_cr_wf.raise_cr_event_approval(p_api_version => p_api_version

1612: -- the OUT variable is assigned to COMPLETED so that this value can be utillized by the caller program or UI
1613: x_status_code := G_COMPLETED_STS_CODE;
1614:
1615: ELSIF(l_approval_process in ('AME','WF'))THEN
1616: okl_vp_cr_wf.raise_cr_event_approval(p_api_version => p_api_version
1617: ,p_init_msg_list => p_init_msg_list
1618: ,x_return_status => x_return_status
1619: ,x_msg_count => x_msg_count
1620: ,x_msg_data => x_msg_data

Line 1626: 'okl_vp_cr_wf.raise_oa_event_approval on change request id '||lv_change_request_id||' returned with status '||x_return_status

1622: -- write to log
1623: IF(NVL(l_debug_enabled,'N')='Y') THEN
1624: okl_debug_pub.log_debug(FND_LOG.LEVEL_STATEMENT,
1625: l_module,
1626: 'okl_vp_cr_wf.raise_oa_event_approval on change request id '||lv_change_request_id||' returned with status '||x_return_status
1627: );
1628: END IF; -- end of NVL(l_debug_enabled,'N')='Y'
1629: IF(x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
1630: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;