DBA Data[Home] [Help]

APPS.OKC_TERMS_COPY_GRP dependencies on STANDARD

Line 133: -- Standard Start of API savepoint

129: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'100: p_copy_attachments_by_ref : '||p_copy_attachments_by_ref);
130: END IF;
131:
132:
133: -- Standard Start of API savepoint
134: SAVEPOINT g_copy_doc_GRP;
135:
136: -- Standard call to check for call compatibility.
137: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

132:
133: -- Standard Start of API savepoint
134: SAVEPOINT g_copy_doc_GRP;
135:
136: -- Standard call to check for call compatibility.
137: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
138: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
139: END IF;
140:

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

372: IF FND_API.To_Boolean( p_commit ) THEN
373: COMMIT WORK;
374: END IF;
375:
376: -- Standard call to get message count and if count is 1, get message info.
377: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
378:
379: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
380: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'1000: Leaving copy_doc');

Line 504: -- Standard Start of API savepoint

500: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'100: p_attribute_category : '||p_attribute_category);
501: END IF;
502:
503:
504: -- Standard Start of API savepoint
505: SAVEPOINT g_copy_terms_template_GRP;
506:
507: -- Standard call to check for call compatibility.
508: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

503:
504: -- Standard Start of API savepoint
505: SAVEPOINT g_copy_terms_template_GRP;
506:
507: -- Standard call to check for call compatibility.
508: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
509: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
510: END IF;
511:

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

707: IF FND_API.To_Boolean( p_commit ) THEN
708: COMMIT WORK;
709: END IF;
710:
711: -- Standard call to get message count and if count is 1, get message info.
712: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
713:
714: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
715: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'1000: Leaving copy_terms_template');

Line 854: -- Standard Start of API savepoint

850: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'100: p_document_number : '||p_document_number);
851: END IF;
852:
853:
854: -- Standard Start of API savepoint
855: SAVEPOINT g_copy_terms_GRP;
856:
857: -- Standard call to check for call compatibility.
858: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

853:
854: -- Standard Start of API savepoint
855: SAVEPOINT g_copy_terms_GRP;
856:
857: -- Standard call to check for call compatibility.
858: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
859: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
860: END IF;
861:

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

1027: IF FND_API.To_Boolean( p_commit ) THEN
1028: COMMIT WORK;
1029: END IF;
1030:
1031: -- Standard call to get message count and if count is 1, get message info.
1032: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1033:
1034: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1035: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'1000: Leaving copy_terms');

Line 1114: -- Standard Start of API savepoint

1110: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'100: p_copy_deliverables : '||p_copy_deliverables);
1111: END IF;
1112:
1113:
1114: -- Standard Start of API savepoint
1115: SAVEPOINT g_create_template_revision_GRP;
1116:
1117: -- Standard call to check for call compatibility.
1118: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

1113:
1114: -- Standard Start of API savepoint
1115: SAVEPOINT g_create_template_revision_GRP;
1116:
1117: -- Standard call to check for call compatibility.
1118: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1119: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1120: END IF;
1121:

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

1249: IF FND_API.To_Boolean( p_commit ) THEN
1250: COMMIT WORK;
1251: END IF;
1252:
1253: -- Standard call to get message count and if count is 1, get message info.
1254: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1255:
1256: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1257: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'1000: Leaving create_template_revision');

Line 1347: -- Standard Start of API savepoint

1343: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'100: p_allow_duplicate_terms : '||p_allow_duplicate_terms);
1344: END IF;
1345:
1346:
1347: -- Standard Start of API savepoint
1348: SAVEPOINT g_copy_archived_doc_GRP;
1349:
1350: -- Standard call to check for call compatibility.
1351: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

1346:
1347: -- Standard Start of API savepoint
1348: SAVEPOINT g_copy_archived_doc_GRP;
1349:
1350: -- Standard call to check for call compatibility.
1351: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1352: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1353: END IF;
1354:

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

1392: IF FND_API.To_Boolean( p_commit ) THEN
1393: COMMIT WORK;
1394: END IF;
1395:
1396: -- Standard call to get message count and if count is 1, get message info.
1397: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1398:
1399: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1400: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'1000: Leaving copy_archived_doc');

Line 1502: -- Standard Start of API savepoint

1498: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'100: p_copy_attachments_by_ref : '||p_copy_attachments_by_ref);
1499: END IF;
1500:
1501:
1502: -- Standard Start of API savepoint
1503: SAVEPOINT g_copy_doc_GRP;
1504:
1505: -- Standard call to check for call compatibility.
1506: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

1501:
1502: -- Standard Start of API savepoint
1503: SAVEPOINT g_copy_doc_GRP;
1504:
1505: -- Standard call to check for call compatibility.
1506: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1507: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1508: END IF;
1509:

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

1620: IF FND_API.To_Boolean( p_commit ) THEN
1621: COMMIT WORK;
1622: END IF;
1623:
1624: -- Standard call to get message count and if count is 1, get message info.
1625: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1626:
1627: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1628: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'1000: Leaving copy_response_doc');