DBA Data[Home] [Help]

APPS.AHL_MC_RULE_PUB dependencies on STANDARD

Line 59: -- Standard start of API savepoint

55: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
56: FND_LOG.string(FND_LOG.level_procedure,l_full_name,'Start of the API');
57: END IF;
58:
59: -- Standard start of API savepoint
60: SAVEPOINT Insert_Rule_Pub;
61:
62: -- Initialize Procedure return status to success
63: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 65: -- Standard call to check for call compatibility

61:
62: -- Initialize Procedure return status to success
63: x_return_status := FND_API.G_RET_STS_SUCCESS;
64:
65: -- Standard call to check for call compatibility
66: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
67: l_api_name, G_PKG_NAME) THEN
68: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
69: END IF;

Line 144: -- Standard check of p_commit

140: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
141: FND_LOG.string(FND_LOG.level_statement,l_full_name,'After call to private API.');
142: END IF;
143:
144: -- Standard check of p_commit
145: IF FND_API.TO_BOOLEAN(p_commit) THEN
146: COMMIT WORK;
147: END IF;
148:

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

145: IF FND_API.TO_BOOLEAN(p_commit) THEN
146: COMMIT WORK;
147: END IF;
148:
149: -- Standard call to get message count and if count is 1, get message info
150: FND_MSG_PUB.Count_And_Get
151: ( p_count => x_msg_count,
152: p_data => x_msg_data,
153: p_encoded => FND_API.G_FALSE

Line 228: -- Standard start of API savepoint

224: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
225: FND_LOG.string(FND_LOG.level_procedure,l_full_name,'Start of the API');
226: END IF;
227:
228: -- Standard start of API savepoint
229: SAVEPOINT Update_Rule_Pub;
230:
231: -- Initialize Procedure return status to success
232: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 234: -- Standard call to check for call compatibility

230:
231: -- Initialize Procedure return status to success
232: x_return_status := FND_API.G_RET_STS_SUCCESS;
233:
234: -- Standard call to check for call compatibility
235: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
236: l_api_name, G_PKG_NAME) THEN
237: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
238: END IF;

Line 320: -- Standard check of p_commit

316: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
317: FND_LOG.string(FND_LOG.level_statement,l_full_name,'After call to private API.');
318: END IF;
319:
320: -- Standard check of p_commit
321: IF FND_API.TO_BOOLEAN(p_commit) THEN
322: COMMIT WORK;
323: END IF;
324:

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

321: IF FND_API.TO_BOOLEAN(p_commit) THEN
322: COMMIT WORK;
323: END IF;
324:
325: -- Standard call to get message count and if count is 1, get message info
326: FND_MSG_PUB.Count_And_Get
327: ( p_count => x_msg_count,
328: p_data => x_msg_data,
329: p_encoded => FND_API.G_FALSE

Line 408: -- Standard start of API savepoint

404: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
405: FND_LOG.string(FND_LOG.level_procedure,l_full_name,'Start of the API');
406: END IF;
407:
408: -- Standard start of API savepoint
409: SAVEPOINT Delete_Rule_Pub;
410:
411: -- Initialize Procedure return status to success
412: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 414: -- Standard call to check for call compatibility

410:
411: -- Initialize Procedure return status to success
412: x_return_status := FND_API.G_RET_STS_SUCCESS;
413:
414: -- Standard call to check for call compatibility
415: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
416: l_api_name, G_PKG_NAME) THEN
417: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
418: END IF;

Line 485: -- Standard check of p_commit

481: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
482: FND_LOG.string(FND_LOG.level_statement,l_full_name,'After call to private API.');
483: END IF;
484:
485: -- Standard check of p_commit
486: IF FND_API.TO_BOOLEAN(p_commit) THEN
487: COMMIT WORK;
488: END IF;
489:

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

486: IF FND_API.TO_BOOLEAN(p_commit) THEN
487: COMMIT WORK;
488: END IF;
489:
490: -- Standard call to get message count and if count is 1, get message info
491: FND_MSG_PUB.Count_And_Get
492: ( p_count => x_msg_count,
493: p_data => x_msg_data,
494: p_encoded => FND_API.G_FALSE

Line 590: -- Standard start of API savepoint

586: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
587: FND_LOG.string(FND_LOG.level_procedure,l_full_name,'Start of the API');
588: END IF;
589:
590: -- Standard start of API savepoint
591: SAVEPOINT Copy_Rules_For_MC_Pub;
592:
593: -- Initialize Procedure return status to success
594: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 596: -- Standard call to check for call compatibility

592:
593: -- Initialize Procedure return status to success
594: x_return_status := FND_API.G_RET_STS_SUCCESS;
595:
596: -- Standard call to check for call compatibility
597: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
598: l_api_name, G_PKG_NAME) THEN
599: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
600: END IF;

Line 743: -- Standard check of p_commit

739: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
740: FND_LOG.string(FND_LOG.level_statement,l_full_name,'After call to private API.');
741: END IF;
742:
743: -- Standard check of p_commit
744: IF FND_API.TO_BOOLEAN(p_commit) THEN
745: COMMIT WORK;
746: END IF;
747:

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

744: IF FND_API.TO_BOOLEAN(p_commit) THEN
745: COMMIT WORK;
746: END IF;
747:
748: -- Standard call to get message count and if count is 1, get message info
749: FND_MSG_PUB.Count_And_Get
750: ( p_count => x_msg_count,
751: p_data => x_msg_data,
752: p_encoded => FND_API.G_FALSE

Line 839: -- Standard start of API savepoint

835: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
836: FND_LOG.string(FND_LOG.level_procedure,l_full_name,'Start of the API');
837: END IF;
838:
839: -- Standard start of API savepoint
840: SAVEPOINT Delete_Rules_For_MC_Pub;
841:
842: -- Initialize Procedure return status to success
843: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 845: -- Standard call to check for call compatibility

841:
842: -- Initialize Procedure return status to success
843: x_return_status := FND_API.G_RET_STS_SUCCESS;
844:
845: -- Standard call to check for call compatibility
846: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
847: l_api_name, G_PKG_NAME) THEN
848: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
849: END IF;

Line 942: -- Standard check of p_commit

938: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
939: FND_LOG.string(FND_LOG.level_statement,l_full_name,'After call to private API.');
940: END IF;
941:
942: -- Standard check of p_commit
943: IF FND_API.TO_BOOLEAN(p_commit) THEN
944: COMMIT WORK;
945: END IF;
946:

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

943: IF FND_API.TO_BOOLEAN(p_commit) THEN
944: COMMIT WORK;
945: END IF;
946:
947: -- Standard call to get message count and if count is 1, get message info
948: FND_MSG_PUB.Count_And_Get
949: ( p_count => x_msg_count,
950: p_data => x_msg_data,
951: p_encoded => FND_API.G_FALSE

Line 1044: -- Standard start of API savepoint

1040: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
1041: FND_LOG.string(FND_LOG.level_procedure,l_full_name,'Start of the API');
1042: END IF;
1043:
1044: -- Standard start of API savepoint
1045: SAVEPOINT Get_Rules_For_Position_Pub;
1046:
1047: -- Initialize Procedure return status to success
1048: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1050: -- Standard call to check for call compatibility

1046:
1047: -- Initialize Procedure return status to success
1048: x_return_status := FND_API.G_RET_STS_SUCCESS;
1049:
1050: -- Standard call to check for call compatibility
1051: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
1052: l_api_name, G_PKG_NAME) THEN
1053: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1054: END IF;

Line 1161: -- Standard check of p_commit

1157: FND_LOG.string(FND_LOG.level_statement,l_full_name,
1158: ' x_rule_tbl.COUNT => '||x_rule_tbl.COUNT);
1159: END IF;
1160:
1161: -- Standard check of p_commit
1162: IF FND_API.TO_BOOLEAN(p_commit) THEN
1163: COMMIT WORK;
1164: END IF;
1165:

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
1168: ( p_count => x_msg_count,
1169: p_data => x_msg_data,
1170: p_encoded => FND_API.G_FALSE