DBA Data[Home] [Help]

APPS.OKL_COPY_CONTRACT_PVT dependencies on OKL_CONTRACT_STATUS_PUB

Line 4388: okl_contract_status_pub.update_contract_status

4384: p_cascade_lines IN VARCHAR2) IS
4385: BEGIN
4386: x_return_status := OKL_API.G_RET_STS_SUCCESS;
4387: -- Now call the stored program to update status of contact
4388: okl_contract_status_pub.update_contract_status
4389: (p_api_version => p_api_version,
4390: p_init_msg_list => p_init_msg_list,
4391: x_return_status => x_return_status,
4392: x_msg_count => x_msg_count,

Line 4404: okl_contract_status_pub.cascade_lease_status

4400:
4401:
4402: /*
4403: If nvl(p_cascade_lines,'N') = 'Y' Then
4404: okl_contract_status_pub.cascade_lease_status
4405: (p_api_version => p_api_version,
4406: p_init_msg_list => p_init_msg_list,
4407: x_return_status => x_return_status,
4408: x_msg_count => x_msg_count,