DBA Data[Home] [Help]

APPS.OKC_TERMS_COPY_GRP dependencies on STANDARD

Line 157: -- Standard Start of API savepoint

153: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'100: p_rebuild_locks : '||p_rebuild_locks);
154: END IF;
155:
156:
157: -- Standard Start of API savepoint
158: SAVEPOINT g_copy_doc_GRP;
159:
160: -- Standard call to check for call compatibility.
161: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

156:
157: -- Standard Start of API savepoint
158: SAVEPOINT g_copy_doc_GRP;
159:
160: -- Standard call to check for call compatibility.
161: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
162: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
163: END IF;
164:

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

489: IF FND_API.To_Boolean( p_commit ) THEN
490: COMMIT WORK;
491: END IF;
492:
493: -- Standard call to get message count and if count is 1, get message info.
494: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
495:
496: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
497: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'1000: Leaving copy_doc');

Line 622: -- Standard Start of API savepoint

618: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'100: p_attribute_category : '||p_attribute_category);
619: END IF;
620:
621:
622: -- Standard Start of API savepoint
623: SAVEPOINT g_copy_terms_template_GRP;
624:
625: -- Standard call to check for call compatibility.
626: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

621:
622: -- Standard Start of API savepoint
623: SAVEPOINT g_copy_terms_template_GRP;
624:
625: -- Standard call to check for call compatibility.
626: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
627: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
628: END IF;
629:

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

825: IF FND_API.To_Boolean( p_commit ) THEN
826: COMMIT WORK;
827: END IF;
828:
829: -- Standard call to get message count and if count is 1, get message info.
830: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
831:
832: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
833: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'1000: Leaving copy_terms_template');

Line 974: -- Standard Start of API savepoint

970: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'100: p_document_number : '||p_document_number);
971: END IF;
972:
973:
974: -- Standard Start of API savepoint
975: SAVEPOINT g_copy_terms_GRP;
976:
977: -- Standard call to check for call compatibility.
978: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

973:
974: -- Standard Start of API savepoint
975: SAVEPOINT g_copy_terms_GRP;
976:
977: -- Standard call to check for call compatibility.
978: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
979: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
980: END IF;
981:

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

1162: IF FND_API.To_Boolean( p_commit ) THEN
1163: COMMIT WORK;
1164: END IF;
1165:
1166: -- Standard call to get message count and if count is 1, get message info.
1167: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1168:
1169: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1170: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'1000: Leaving copy_terms');

Line 1249: -- Standard Start of API savepoint

1245: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'100: p_copy_deliverables : '||p_copy_deliverables);
1246: END IF;
1247:
1248:
1249: -- Standard Start of API savepoint
1250: SAVEPOINT g_create_template_revision_GRP;
1251:
1252: -- Standard call to check for call compatibility.
1253: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

1248:
1249: -- Standard Start of API savepoint
1250: SAVEPOINT g_create_template_revision_GRP;
1251:
1252: -- Standard call to check for call compatibility.
1253: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1254: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1255: END IF;
1256:

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

1385: IF FND_API.To_Boolean( p_commit ) THEN
1386: COMMIT WORK;
1387: END IF;
1388:
1389: -- Standard call to get message count and if count is 1, get message info.
1390: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1391:
1392: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1393: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'1000: Leaving create_template_revision');

Line 1483: -- Standard Start of API savepoint

1479: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'100: p_allow_duplicate_terms : '||p_allow_duplicate_terms);
1480: END IF;
1481:
1482:
1483: -- Standard Start of API savepoint
1484: SAVEPOINT g_copy_archived_doc_GRP;
1485:
1486: -- Standard call to check for call compatibility.
1487: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

1482:
1483: -- Standard Start of API savepoint
1484: SAVEPOINT g_copy_archived_doc_GRP;
1485:
1486: -- Standard call to check for call compatibility.
1487: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1488: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1489: END IF;
1490:

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

1528: IF FND_API.To_Boolean( p_commit ) THEN
1529: COMMIT WORK;
1530: END IF;
1531:
1532: -- Standard call to get message count and if count is 1, get message info.
1533: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1534:
1535: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1536: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'1000: Leaving copy_archived_doc');

Line 1638: -- Standard Start of API savepoint

1634: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'100: p_copy_attachments_by_ref : '||p_copy_attachments_by_ref);
1635: END IF;
1636:
1637:
1638: -- Standard Start of API savepoint
1639: SAVEPOINT g_copy_doc_GRP;
1640:
1641: -- Standard call to check for call compatibility.
1642: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

1637:
1638: -- Standard Start of API savepoint
1639: SAVEPOINT g_copy_doc_GRP;
1640:
1641: -- Standard call to check for call compatibility.
1642: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1643: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1644: END IF;
1645:

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

1756: IF FND_API.To_Boolean( p_commit ) THEN
1757: COMMIT WORK;
1758: END IF;
1759:
1760: -- Standard call to get message count and if count is 1, get message info.
1761: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1762:
1763: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1764: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'1000: Leaving copy_response_doc');

Line 1871: -- Standard Start of API savepoint

1867:
1868: END IF;
1869:
1870:
1871: -- Standard Start of API savepoint
1872: SAVEPOINT g_process_mod_terms_GRP;
1873:
1874: -- Standard call to check for call compatibility.
1875: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

1870:
1871: -- Standard Start of API savepoint
1872: SAVEPOINT g_process_mod_terms_GRP;
1873:
1874: -- Standard call to check for call compatibility.
1875: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1876: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1877: END IF;
1878:

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

1947: IF FND_API.To_Boolean( p_commit ) THEN
1948: COMMIT WORK;
1949: END IF;
1950:
1951: -- Standard call to get message count and if count is 1, get message info.
1952: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1953:
1954: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1955: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'900: Leaving process_mod_terms');

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

2059: IF FND_API.To_Boolean( p_commit ) THEN
2060: COMMIT WORK;
2061: END IF;
2062:
2063: -- Standard call to get message count and if count is 1, get message info.
2064: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
2065:
2066: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
2067: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'1000: Leaving process_mod_terms');