DBA Data[Home] [Help]

APPS.OKL_RELEASE_PVT dependencies on OKL_CONTRACT_STATUS_PUB

Line 8729: OKL_CONTRACT_STATUS_PUB.update_contract_status(

8725: RAISE Okl_Api.G_EXCEPTION_ERROR;
8726: END IF;
8727:
8728: -- We need to change the status of the contract
8729: OKL_CONTRACT_STATUS_PUB.update_contract_status(
8730: p_api_version => p_api_version,
8731: p_init_msg_list => p_init_msg_list,
8732: x_return_status => x_return_status,
8733: x_msg_count => x_msg_count,

Line 8743: OKL_CONTRACT_STATUS_PUB.cascade_lease_status(

8739: ELSIF (x_return_status = OKL_API.G_RET_STS_ERROR) THEN
8740: RAISE OKL_API.G_EXCEPTION_ERROR;
8741: END IF;
8742: -- We need to change the status of the Lines for the contract
8743: OKL_CONTRACT_STATUS_PUB.cascade_lease_status(
8744: p_api_version => p_api_version,
8745: p_init_msg_list => p_init_msg_list,
8746: x_return_status => x_return_status,
8747: x_msg_count => x_msg_count,