DBA Data[Home] [Help]

APPS.OKL_CONTRACT_APP_WF dependencies on OKL_CONTRACT_STATUS_PUB

Line 18: okl_contract_status_pub.update_contract_status(p_api_version => G_API_VERSION,

14: lx_msg_data VARCHAR2(4000);
15:
16: BEGIN
17:
18: okl_contract_status_pub.update_contract_status(p_api_version => G_API_VERSION,
19: p_init_msg_list => G_FALSE,
20: p_khr_status => p_khr_status,
21: p_chr_id => p_chr_id,
22: x_return_status => lx_return_status,

Line 32: okl_contract_status_pub.cascade_lease_status(p_api_version => G_API_VERSION,

28: ELSIF lx_return_status = G_RET_STS_ERROR THEN
29: RAISE OKL_API.G_EXCEPTION_ERROR;
30: END IF;
31:
32: okl_contract_status_pub.cascade_lease_status(p_api_version => G_API_VERSION,
33: p_init_msg_list => G_FALSE,
34: p_chr_id => p_chr_id,
35: x_return_status => lx_return_status,
36: x_msg_count => lx_msg_count,