DBA Data[Home] [Help]

APPS.OKE_CONTRACT_PUB dependencies on OKC_TERMS_UTIL_GRP

Line 4295: OKC_TERMS_UTIL_GRP.Get_contract_document_type_id(

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

Line 4313: OKC_TERMS_UTIL_GRP.delete_doc(

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