DBA Data[Home] [Help]

APPS.OKC_TERMS_COPY_GRP dependencies on OKC_CLM_PKG

Line 1007: l_template_exists := OKC_CLM_PKG.check_dup_templates(p_document_type => p_target_doc_type,

1003: END IF;
1004:
1005: /*Clm Changes : Donot apply multiple templates if the template is already applied on the doc. */
1006: IF (p_retain_clauses = 'Y') THEN
1007: l_template_exists := OKC_CLM_PKG.check_dup_templates(p_document_type => p_target_doc_type,
1008: p_document_id =>p_target_doc_id,
1009: p_template_id => p_template_id);
1010:
1011: IF l_template_exists = 'Y' THEN