DBA Data[Home] [Help]

APPS.OKC_CONTRACT_DOCS_GRP dependencies on STANDARD

Line 165: -- Standard Start of API savepoint

161: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
162: '620: p_versioning_flag : ' || p_versioning_flag );
163: END IF;
164:
165: -- Standard Start of API savepoint
166: SAVEPOINT g_Insert_Contract_Doc_GRP;
167: -- Standard call to check for call compatibility.
168: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
169: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

163: END IF;
164:
165: -- Standard Start of API savepoint
166: SAVEPOINT g_Insert_Contract_Doc_GRP;
167: -- Standard call to check for call compatibility.
168: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
169: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
170: END IF;
171: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 341: -- Standard check of p_commit

337: END IF;
338: --------------------------------------------
339:
340:
341: -- Standard check of p_commit
342: IF FND_API.To_Boolean( p_commit ) THEN
343: COMMIT WORK;
344: END IF;
345: -- Standard call to get message count and if count is 1, get message info.

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

341: -- Standard check of p_commit
342: IF FND_API.To_Boolean( p_commit ) THEN
343: COMMIT WORK;
344: END IF;
345: -- Standard call to get message count and if count is 1, get message info.
346: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
347:
348: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
349: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'700: Leaving Insert_Contract_Doc');

Line 491: -- Standard Start of API savepoint

487: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
488: '1620: p_versioning_flag : ' || p_versioning_flag );
489: END IF;
490:
491: -- Standard Start of API savepoint
492: SAVEPOINT g_Update_Contract_Doc_GRP;
493: -- Standard call to check for call compatibility.
494: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
495: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

489: END IF;
490:
491: -- Standard Start of API savepoint
492: SAVEPOINT g_Update_Contract_Doc_GRP;
493: -- Standard call to check for call compatibility.
494: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
495: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
496: END IF;
497: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 564: -- Standard check of p_commit

560: RAISE FND_API.G_EXC_ERROR ;
561: END IF;
562: --------------------------------------------
563:
564: -- Standard check of p_commit
565: IF FND_API.To_Boolean( p_commit ) THEN
566: COMMIT WORK;
567: END IF;
568: -- Standard call to get message count and if count is 1, get message info.

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

564: -- Standard check of p_commit
565: IF FND_API.To_Boolean( p_commit ) THEN
566: COMMIT WORK;
567: END IF;
568: -- Standard call to get message count and if count is 1, get message info.
569: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
570:
571: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
572: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'1800: Leaving Update_Contract_Doc');

Line 724: -- Standard Start of API savepoint

720: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
721: '2206: p_object_version_number : ' || p_object_version_number );
722: END IF;
723:
724: -- Standard Start of API savepoint
725: SAVEPOINT g_Delete_Contract_Doc_GRP;
726: -- Standard call to check for call compatibility.
727: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
728: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

722: END IF;
723:
724: -- Standard Start of API savepoint
725: SAVEPOINT g_Delete_Contract_Doc_GRP;
726: -- Standard call to check for call compatibility.
727: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
728: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
729: END IF;
730: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 982: -- Standard check of p_commit

978: RAISE FND_API.G_EXC_ERROR ;
979: END IF;
980: --------------------------------------------
981:
982: -- Standard check of p_commit
983: IF FND_API.To_Boolean( p_commit ) THEN
984: COMMIT WORK;
985: END IF;
986: -- Standard call to get message count and if count is 1, get message info.

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

982: -- Standard check of p_commit
983: IF FND_API.To_Boolean( p_commit ) THEN
984: COMMIT WORK;
985: END IF;
986: -- Standard call to get message count and if count is 1, get message info.
987: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
988:
989: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
990: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'2300: Leaving Delete_Contract_Doc');

Line 1120: -- Standard Start of API savepoint

1116: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
1117: '2704: p_include_gen_attach : ' || p_include_gen_attach );
1118: END IF;
1119:
1120: -- Standard Start of API savepoint
1121: SAVEPOINT Version_Attachments_GRP;
1122: -- Standard call to check for call compatibility.
1123: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1124: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

1118: END IF;
1119:
1120: -- Standard Start of API savepoint
1121: SAVEPOINT Version_Attachments_GRP;
1122: -- Standard call to check for call compatibility.
1123: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1124: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1125: END IF;
1126: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 1372: -- Standard check of p_commit

1368: RAISE FND_API.G_EXC_ERROR;
1369: END IF;
1370: END LOOP;
1371:
1372: -- Standard check of p_commit
1373: IF FND_API.To_Boolean( p_commit ) THEN
1374: COMMIT WORK;
1375: END IF;
1376: -- Standard call to get message count and if count is 1, get message info.

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

1372: -- Standard check of p_commit
1373: IF FND_API.To_Boolean( p_commit ) THEN
1374: COMMIT WORK;
1375: END IF;
1376: -- Standard call to get message count and if count is 1, get message info.
1377: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
1378:
1379: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1380: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'2800: Leaving Version_Attachments');

Line 1474: -- Standard Start of API savepoint

1470: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
1471: '3203: p_business_document_version : ' || p_business_document_version );
1472: END IF;
1473:
1474: -- Standard Start of API savepoint
1475: SAVEPOINT Delete_Ver_Attachments_GRP;
1476:
1477: -- Standard call to check for call compatibility.
1478: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

1473:
1474: -- Standard Start of API savepoint
1475: SAVEPOINT Delete_Ver_Attachments_GRP;
1476:
1477: -- Standard call to check for call compatibility.
1478: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1479: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1480: END IF;
1481: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 1520: -- Standard check of p_commit

1516: RAISE FND_API.G_EXC_ERROR;
1517: END IF;
1518: END LOOP;
1519:
1520: -- Standard check of p_commit
1521: IF FND_API.To_Boolean( p_commit ) THEN
1522: COMMIT WORK;
1523: END IF;
1524: -- Standard call to get message count and if count is 1, get message info.

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

1520: -- Standard check of p_commit
1521: IF FND_API.To_Boolean( p_commit ) THEN
1522: COMMIT WORK;
1523: END IF;
1524: -- Standard call to get message count and if count is 1, get message info.
1525: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
1526:
1527: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1528: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'3300: Leaving Delete_Ver_Attachments');

Line 1609: -- Standard Start of API savepoint

1605: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
1606: '3902: p_business_document_id: ' || p_business_document_id);
1607: END IF;
1608:
1609: -- Standard Start of API savepoint
1610: SAVEPOINT Delete_Doc_Attachments_GRP;
1611: -- Standard call to check for call compatibility.
1612: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1613: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

1607: END IF;
1608:
1609: -- Standard Start of API savepoint
1610: SAVEPOINT Delete_Doc_Attachments_GRP;
1611: -- Standard call to check for call compatibility.
1612: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1613: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1614: END IF;
1615: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 1672: -- Standard check of p_commit

1668: RAISE FND_API.G_EXC_ERROR;
1669: END IF;
1670: END LOOP;
1671:
1672: -- Standard check of p_commit
1673: IF FND_API.To_Boolean( p_commit ) THEN
1674: COMMIT WORK;
1675: END IF;
1676: -- Standard call to get message count and if count is 1, get message info.

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

1672: -- Standard check of p_commit
1673: IF FND_API.To_Boolean( p_commit ) THEN
1674: COMMIT WORK;
1675: END IF;
1676: -- Standard call to get message count and if count is 1, get message info.
1677: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
1678:
1679: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1680: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'3900: Leaving Delete_Doc_Attachments');

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

1846: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
1847: '4808: p_copy_for_amendment: ' || p_copy_for_amendment);
1848: END IF;
1849:
1850: -- Standard call to check for call compatibility.
1851: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1852: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1853: END IF;
1854:

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

2054: RAISE FND_API.G_EXC_ERROR;
2055: END IF;
2056: END LOOP;
2057:
2058: -- Standard call to get message count and if count is 1, get message info.
2059: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
2060:
2061: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
2062: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'4900: Leaving Copy_Attachment_Docs');

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

2196: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
2197: '5008: p_copy_for_amendment: ' || p_copy_for_amendment);
2198: END IF;
2199:
2200: -- Standard call to check for call compatibility.
2201: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2202: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2203: END IF;
2204:

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

2285: END IF;
2286: END LOOP;
2287:
2288:
2289: -- Standard call to get message count and if count is 1, get message info.
2290: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
2291: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
2292: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'5100: Leaving Copy_Attachment_Refs');
2293: END IF;

Line 2404: -- Standard Start of API savepoint

2400: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
2401: '5109: p_copy_for_amendment: ' || p_copy_for_amendment);
2402: END IF;
2403:
2404: -- Standard Start of API savepoint
2405: SAVEPOINT Copy_Attachments_GRP;
2406: -- Standard call to check for call compatibility.
2407: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2408: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

2402: END IF;
2403:
2404: -- Standard Start of API savepoint
2405: SAVEPOINT Copy_Attachments_GRP;
2406: -- Standard call to check for call compatibility.
2407: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2408: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2409: END IF;
2410: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 2465: -- Standard check of p_commit

2461: ELSIF (l_return_status = G_RET_STS_ERROR) THEN
2462: RAISE FND_API.G_EXC_ERROR;
2463: END IF;
2464:
2465: -- Standard check of p_commit
2466: IF FND_API.To_Boolean( p_commit ) THEN
2467: COMMIT WORK;
2468: END IF;
2469: -- Standard call to get message count and if count is 1, get message info.

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

2465: -- Standard check of p_commit
2466: IF FND_API.To_Boolean( p_commit ) THEN
2467: COMMIT WORK;
2468: END IF;
2469: -- Standard call to get message count and if count is 1, get message info.
2470: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
2471: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
2472: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'4400: Leaving Copy_Attachments');
2473: END IF;