DBA Data[Home] [Help]

APPS.OKL_COPY_CONTRACT_PVT dependencies on OKL_CONTRACT_STATUS_PUB

Line 4454: okl_contract_status_pub.update_contract_status

4450: p_cascade_lines IN VARCHAR2) IS
4451: BEGIN
4452: x_return_status := OKL_API.G_RET_STS_SUCCESS;
4453: -- Now call the stored program to update status of contact
4454: okl_contract_status_pub.update_contract_status
4455: (p_api_version => p_api_version,
4456: p_init_msg_list => p_init_msg_list,
4457: x_return_status => x_return_status,
4458: x_msg_count => x_msg_count,

Line 4470: okl_contract_status_pub.cascade_lease_status

4466:
4467:
4468: /*
4469: If nvl(p_cascade_lines,'N') = 'Y' Then
4470: okl_contract_status_pub.cascade_lease_status
4471: (p_api_version => p_api_version,
4472: p_init_msg_list => p_init_msg_list,
4473: x_return_status => x_return_status,
4474: x_msg_count => x_msg_count,