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 1374: -- Standard check of p_commit

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

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

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

Line 1476: -- Standard Start of API savepoint

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

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

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

Line 1522: -- Standard check of p_commit

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

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

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

Line 1611: -- Standard Start of API savepoint

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

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

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

Line 1674: -- Standard check of p_commit

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

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

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

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

1857: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
1858: '4808: p_copy_for_amendment: ' || p_copy_for_amendment);
1859: END IF;
1860:
1861: -- Standard call to check for call compatibility.
1862: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1863: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1864: END IF;
1865:

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

2065: RAISE FND_API.G_EXC_ERROR;
2066: END IF;
2067: END LOOP;
2068:
2069: -- Standard call to get message count and if count is 1, get message info.
2070: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
2071:
2072: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
2073: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'4900: Leaving Copy_Attachment_Docs');

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

2207: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
2208: '5008: p_copy_for_amendment: ' || p_copy_for_amendment);
2209: END IF;
2210:
2211: -- Standard call to check for call compatibility.
2212: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2213: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2214: END IF;
2215:

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

2296: END IF;
2297: END LOOP;
2298:
2299:
2300: -- Standard call to get message count and if count is 1, get message info.
2301: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
2302: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
2303: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'5100: Leaving Copy_Attachment_Refs');
2304: END IF;

Line 2415: -- Standard Start of API savepoint

2411: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,
2412: '5109: p_copy_for_amendment: ' || p_copy_for_amendment);
2413: END IF;
2414:
2415: -- Standard Start of API savepoint
2416: SAVEPOINT Copy_Attachments_GRP;
2417: -- Standard call to check for call compatibility.
2418: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2419: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

2413: END IF;
2414:
2415: -- Standard Start of API savepoint
2416: SAVEPOINT Copy_Attachments_GRP;
2417: -- Standard call to check for call compatibility.
2418: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2419: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2420: END IF;
2421: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 2476: -- Standard check of p_commit

2472: ELSIF (l_return_status = G_RET_STS_ERROR) THEN
2473: RAISE FND_API.G_EXC_ERROR;
2474: END IF;
2475:
2476: -- Standard check of p_commit
2477: IF FND_API.To_Boolean( p_commit ) THEN
2478: COMMIT WORK;
2479: END IF;
2480: -- Standard call to get message count and if count is 1, get message info.

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

2476: -- Standard check of p_commit
2477: IF FND_API.To_Boolean( p_commit ) THEN
2478: COMMIT WORK;
2479: END IF;
2480: -- Standard call to get message count and if count is 1, get message info.
2481: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
2482: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
2483: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'4400: Leaving Copy_Attachments');
2484: END IF;