DBA Data[Home] [Help]

APPS.OKE_CONTRACT_PUB dependencies on OKC_TERMS_UTIL_GRP

Line 4297: OKC_TERMS_UTIL_GRP.Get_contract_document_type_id(

4293:
4294:
4295:
4296:
4297: OKC_TERMS_UTIL_GRP.Get_contract_document_type_id(
4298: p_api_version => 1,
4299: p_init_msg_list => FND_API.G_FALSE,
4300: x_return_status => l_status,
4301: x_msg_count => x_msg_count,

Line 4315: OKC_TERMS_UTIL_GRP.delete_doc(

4311: raise OKE_API.G_EXCEPTION_ERROR;
4312: End If;
4313:
4314:
4315: OKC_TERMS_UTIL_GRP.delete_doc(
4316: p_api_version => 1,
4317: p_init_msg_list => FND_API.G_FALSE,
4318: p_commit => FND_API.G_FALSE,
4319: x_return_status => l_status,