DBA Data[Home] [Help]

APPS.OKC_TERMS_TMPL_APPROVAL_PVT dependencies on STANDARD

Line 422: -- Standard Start of API savepoint

418: FND_LOG.STRING(G_PROC_LEVEL,
419: G_PKG_NAME, '100: Entered OKC_TERMS_TMPL_APPROVAL_PVT.start_approval' );
420: END IF;
421:
422: -- Standard Start of API savepoint
423: SAVEPOINT g_start_approval_PVT;
424:
425: -- Standard call to check for call compatibility.
426: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

421:
422: -- Standard Start of API savepoint
423: SAVEPOINT g_start_approval_PVT;
424:
425: -- Standard call to check for call compatibility.
426: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
427: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
428: END IF;
429:

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

815: -- becuase once invoked, it stops only if a blocking activity is reached.
816: wf_engine.StartProcess( itemtype => l_itemtype,
817: itemkey => l_itemkey );
818:
819: -- Standard call to get message count and if count is 1, get message info.
820: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
821:
822: /*IF (l_debug = 'Y') THEN
823: okc_debug.log('1000: Leaving start_approval', 2);

Line 1507: -- Standard Start of API savepoint

1503: FND_LOG.STRING(G_PROC_LEVEL,
1504: G_PKG_NAME, '100: Entered OKC_TERMS_TMPL_APPROVAL_PVT.change_clause_status' );
1505: END IF;
1506:
1507: -- Standard Start of API savepoint
1508: SAVEPOINT change_clause_status_pvt;
1509:
1510: -- Standard call to check for call compatibility.
1511: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

1506:
1507: -- Standard Start of API savepoint
1508: SAVEPOINT change_clause_status_pvt;
1509:
1510: -- Standard call to check for call compatibility.
1511: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1512: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1513: END IF;
1514:

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

1606: CLOSE l_tmpl_clauses_csr;
1607: END IF;
1608:
1609:
1610: -- Standard call to get message count and if count is 1, get message info.
1611: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1612:
1613: IF(FND_API.to_boolean(p_commit)) THEN
1614: COMMIT;

Line 2079: -- Standard Start of API savepoint

2075: FND_LOG.STRING(G_PROC_LEVEL,
2076: G_PKG_NAME, '100: Entered OKC_TERMS_TMPL_APPROVAL_PVT.select_draft_clauses, p_template_id' || p_template_id );
2077: END IF;
2078:
2079: -- Standard Start of API savepoint
2080: SAVEPOINT select_draft_clauses_pvt;
2081:
2082: -- Standard call to check for call compatibility.
2083: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

2078:
2079: -- Standard Start of API savepoint
2080: SAVEPOINT select_draft_clauses_pvt;
2081:
2082: -- Standard call to check for call compatibility.
2083: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2084: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2085: END IF;
2086:

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

2097: WHERE template_id = (
2098: select template_id from okc_terms_templates_all
2099: where template_id = p_template_id and status_code in ('DRAFT', 'REJECTED', 'REVISION'));
2100:
2101: -- Standard call to get message count and if count is 1, get message info.
2102: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
2103:
2104: IF(FND_API.to_boolean(p_commit)) THEN
2105: COMMIT;