DBA Data[Home] [Help]

APPS.OKC_TERMS_TMPL_APPROVAL_PVT dependencies on OKC_XPRT_UTIL_PVT

Line 632: l_expert_enabled := OKC_XPRT_UTIL_PVT. xprt_enabled_template(p_template_id);

628: -- if no draft articles are there, this will do nothing
629:
630:
631: -- check wether the template is expert enabled or not
632: l_expert_enabled := OKC_XPRT_UTIL_PVT. xprt_enabled_template(p_template_id);
633:
634:
635: change_clause_status (
636: p_api_version => 1,

Line 942: OKC_XPRT_UTIL_PVT.create_production_publication (

938: x_return_status := 'S';
939:
940:
941: IF (l_expert_enabled = 'Y') THEN
942: OKC_XPRT_UTIL_PVT.create_production_publication (
943: p_calling_mode => 'TEMPLATE_APPROVAL',
944: p_template_id => l_tmpl_id,
945: x_return_status => x_return_status,
946: x_msg_data => x_msg_data,