DBA Data[Home] [Help]

APPS.OKC_TERMS_TMPL_APPROVAL_PVT dependencies on STANDARD

Line 437: -- Standard Start of API savepoint

433: FND_LOG.STRING(G_PROC_LEVEL,
434: G_PKG_NAME, '100: Entered OKC_TERMS_TMPL_APPROVAL_PVT.start_approval' );
435: END IF;
436:
437: -- Standard Start of API savepoint
438: SAVEPOINT g_start_approval_PVT;
439:
440: -- Standard call to check for call compatibility.
441: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

Line 440: -- Standard call to check for call compatibility.

436:
437: -- Standard Start of API savepoint
438: SAVEPOINT g_start_approval_PVT;
439:
440: -- Standard call to check for call compatibility.
441: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
442: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
443: END IF;
444:

Line 834: -- Standard call to get message count and if count is 1, get message info.

830: -- becuase once invoked, it stops only if a blocking activity is reached.
831: wf_engine.StartProcess( itemtype => l_itemtype,
832: itemkey => l_itemkey );
833:
834: -- Standard call to get message count and if count is 1, get message info.
835: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
836:
837: /*IF (l_debug = 'Y') THEN
838: okc_debug.log('1000: Leaving start_approval', 2);

Line 1556: -- Standard Start of API savepoint

1552: FND_LOG.STRING(G_PROC_LEVEL,
1553: G_PKG_NAME, '100: Entered OKC_TERMS_TMPL_APPROVAL_PVT.change_clause_status' );
1554: END IF;
1555:
1556: -- Standard Start of API savepoint
1557: SAVEPOINT change_clause_status_pvt;
1558:
1559: -- Standard call to check for call compatibility.
1560: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

Line 1559: -- Standard call to check for call compatibility.

1555:
1556: -- Standard Start of API savepoint
1557: SAVEPOINT change_clause_status_pvt;
1558:
1559: -- Standard call to check for call compatibility.
1560: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1561: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1562: END IF;
1563:

Line 1659: -- Standard call to get message count and if count is 1, get message info.

1655: CLOSE l_tmpl_clauses_csr;
1656: END IF;
1657:
1658:
1659: -- Standard call to get message count and if count is 1, get message info.
1660: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1661:
1662: IF(FND_API.to_boolean(p_commit)) THEN
1663: COMMIT;

Line 2149: -- Standard Start of API savepoint

2145: FND_LOG.STRING(G_PROC_LEVEL,
2146: G_PKG_NAME, '100: Entered OKC_TERMS_TMPL_APPROVAL_PVT.select_draft_clauses, p_template_id' || p_template_id );
2147: END IF;
2148:
2149: -- Standard Start of API savepoint
2150: SAVEPOINT select_draft_clauses_pvt;
2151:
2152: -- Standard call to check for call compatibility.
2153: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

Line 2152: -- Standard call to check for call compatibility.

2148:
2149: -- Standard Start of API savepoint
2150: SAVEPOINT select_draft_clauses_pvt;
2151:
2152: -- Standard call to check for call compatibility.
2153: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2154: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2155: END IF;
2156:

Line 2171: -- Standard call to get message count and if count is 1, get message info.

2167: WHERE template_id = (
2168: select template_id from okc_terms_templates_all
2169: where template_id = p_template_id and status_code in ('DRAFT', 'REJECTED', 'REVISION'));
2170:
2171: -- Standard call to get message count and if count is 1, get message info.
2172: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
2173:
2174: IF(FND_API.to_boolean(p_commit)) THEN
2175: COMMIT;