DBA Data[Home] [Help]

APPS.OKL_ACTIVATE_CONTRACT_PUB dependencies on OKL_CONTRACT_STATUS_PUB

Line 1913: okl_contract_status_pub.update_contract_status(

1909: RAISE Okl_Api.G_EXCEPTION_ERROR;
1910: END IF;
1911:
1912: --change the rebook copy contract status to 'ABANDONED'
1913: okl_contract_status_pub.update_contract_status(
1914: p_api_version => p_api_version,
1915: p_init_msg_list => p_init_msg_list,
1916: x_return_status => x_return_status,
1917: x_msg_count => x_msg_count,

Line 1928: okl_contract_status_pub.cascade_lease_status(

1924: RAISE Okl_Api.G_EXCEPTION_ERROR;
1925: END IF;
1926:
1927: --cascade status to lines
1928: okl_contract_status_pub.cascade_lease_status(
1929: p_api_version => p_api_version,
1930: p_init_msg_list => p_init_msg_list,
1931: x_return_status => x_return_status,
1932: x_msg_count => x_msg_count,