DBA Data[Home] [Help]

APPS.OKL_RELEASE_PVT dependencies on OKL_CONTRACT_STATUS_PUB

Line 9058: OKL_CONTRACT_STATUS_PUB.update_contract_status(

9054: RAISE Okl_Api.G_EXCEPTION_ERROR;
9055: END IF;
9056:
9057: -- We need to change the status of the contract
9058: OKL_CONTRACT_STATUS_PUB.update_contract_status(
9059: p_api_version => p_api_version,
9060: p_init_msg_list => p_init_msg_list,
9061: x_return_status => x_return_status,
9062: x_msg_count => x_msg_count,

Line 9072: OKL_CONTRACT_STATUS_PUB.cascade_lease_status(

9068: ELSIF (x_return_status = OKL_API.G_RET_STS_ERROR) THEN
9069: RAISE OKL_API.G_EXCEPTION_ERROR;
9070: END IF;
9071: -- We need to change the status of the Lines for the contract
9072: OKL_CONTRACT_STATUS_PUB.cascade_lease_status(
9073: p_api_version => p_api_version,
9074: p_init_msg_list => p_init_msg_list,
9075: x_return_status => x_return_status,
9076: x_msg_count => x_msg_count,