DBA Data[Home] [Help]

APPS.OKC_K_ARTICLE_PUB dependencies on OKC_TEMPLATE_USAGES_GRP

Line 721: OKC_TEMPLATE_USAGES_GRP.create_template_usages(

717: trunc(sysdate)
718: );
719: END IF;
720: IF l_tmpl_id IS NOT NULL THEN
721: OKC_TEMPLATE_USAGES_GRP.create_template_usages(
722: p_api_version => p_api_version,
723: p_init_msg_list => FND_API.G_FALSE,
724: p_commit => FND_API.G_FALSE,
725: x_return_status => x_return_status,

Line 742: okc_debug.log('11400: Leaving Get_Unassign_Section_ID because of an exception in OKC_TEMPLATE_USAGES_GRP.create_template_usages', 2);

738: x_document_id => l_doc_id
739: );
740: IF (x_return_status <> G_RET_STS_SUCCESS) then
741: IF (l_debug = 'Y') THEN
742: okc_debug.log('11400: Leaving Get_Unassign_Section_ID because of an exception in OKC_TEMPLATE_USAGES_GRP.create_template_usages', 2);
743: okc_debug.Reset_Indentation;
744: END IF;
745: RETURN NULL;
746: END IF;