DBA Data[Home] [Help]

APPS.OKC_TERMS_TMPL_APPROVAL_PVT dependencies on OKC_XPRT_UTIL_PVT

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

643: -- if no draft articles are there, this will do nothing
644:
645:
646: -- check wether the template is expert enabled or not
647: l_expert_enabled := OKC_XPRT_UTIL_PVT. xprt_enabled_template(p_template_id);
648:
649:
650: change_clause_status (
651: p_api_version => 1,

Line 967: OKC_XPRT_UTIL_PVT.create_production_publication (

963: fnd_file.put_line(FND_FILE.LOG,'Using OKC Rules Engine'||l_okc_rules_engine);
964:
965: IF Nvl(l_okc_rules_engine,'N') = 'N' THEN
966:
967: OKC_XPRT_UTIL_PVT.create_production_publication (
968: p_calling_mode => 'TEMPLATE_APPROVAL',
969: p_template_id => l_tmpl_id,
970: x_return_status => x_return_status,
971: x_msg_data => x_msg_data,