DBA Data[Home] [Help]

APPS.OKC_K_ARTICLE_PUB dependencies on OKC_TEMPLATE_USAGES_GRP

Line 718: OKC_TEMPLATE_USAGES_GRP.create_template_usages(

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

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

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