DBA Data[Home] [Help]

APPS.OKE_VERSION_PUB dependencies on OKE_VERSION_PVT

Line 87: OKE_VERSION_PVT.version_contract

83: */
84: --
85: -- Calling Version Contract private API
86: --
87: OKE_VERSION_PVT.version_contract
88: ( p_api_version => p_api_version
89: , x_msg_count => x_msg_count
90: , x_msg_data => x_msg_data
91: , x_return_status => x_return_status

Line 216: OKE_VERSION_PVT.restore_contract_version

212: CLOSE k;
213: END IF;
214: */
215:
216: OKE_VERSION_PVT.restore_contract_version
217: ( p_api_version => p_api_version
218: , p_commit => p_commit
219: , p_init_msg_list => p_init_msg_list
220: , x_msg_count => x_msg_count