DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on OKC_TERMS_VERSION_GRP

Line 1779: -- the call OKC_TERMS_VERSION_GRP.CLEAR_AMENDMENT() with

1775: END IF; /*IF (p_doc_subtype IN ('BLANKET', 'CONTRACT'))*/
1776:
1777: -- Call Clear_Amendment at the time of creating new revision.
1778: -- o If the pervious version is approved or require-reapproval
1779: -- the call OKC_TERMS_VERSION_GRP.CLEAR_AMENDMENT() with
1780: -- p_keey_summary = 'N'
1781: -- o Else call OKC_TERMS_VERSION_GRP.CLEAR_AMENDMENT() with
1782: -- p_keey_summary = 'Y'
1783: BEGIN

Line 1781: -- o Else call OKC_TERMS_VERSION_GRP.CLEAR_AMENDMENT() with

1777: -- Call Clear_Amendment at the time of creating new revision.
1778: -- o If the pervious version is approved or require-reapproval
1779: -- the call OKC_TERMS_VERSION_GRP.CLEAR_AMENDMENT() with
1780: -- p_keey_summary = 'N'
1781: -- o Else call OKC_TERMS_VERSION_GRP.CLEAR_AMENDMENT() with
1782: -- p_keey_summary = 'Y'
1783: BEGIN
1784: SELECT 'N'
1785: INTO l_keep_summary

Line 1800: || l_progress, 'Call OKC_TERMS_VERSION_GRP.clear_amendment '

1796:
1797: /* IF g_fnd_debug = 'Y' THEN
1798: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
1799: FND_LOG.string(FND_LOG.LEVEL_STATEMENT, c_log_head || l_api_name||'.'
1800: || l_progress, 'Call OKC_TERMS_VERSION_GRP.clear_amendment '
1801: || ' p_doc_id:' || interface.po_header_id
1802: || ' g_document_type:' || (l_doc_type ||'_'||g_document_subtype)
1803: || ' p_keep_summary:' || l_keep_summary);
1804: END IF;

Line 1808: OKC_TERMS_VERSION_GRP.clear_amendment(

1804: END IF;
1805: END IF; */
1806:
1807: -- Calls Contracts API to clear Amendment related columns
1808: OKC_TERMS_VERSION_GRP.clear_amendment(
1809: p_api_version => 1.0,
1810: p_init_msg_list => FND_API.G_FALSE,
1811: p_commit => FND_API.G_FALSE,
1812: x_return_status => l_return_status,