DBA Data[Home] [Help]

APPS.AHL_ENIGMA_IPC_PROCS_PVT dependencies on STANDARD

Line 200: -- Standard start of API savepoint

196: IF (l_log_procedure >= l_log_current_level) THEN
197: FND_LOG.string(l_log_procedure, l_full_name || '.begin', 'At the start of the API');
198: END IF;
199:
200: -- Standard start of API savepoint
201: SAVEPOINT Process_Item_Group_Pub;
202:
203: -- Initialize Procedure return status to success
204: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

202:
203: -- Initialize Procedure return status to success
204: x_return_status := FND_API.G_RET_STS_SUCCESS;
205:
206: -- Standard call to check for call compatibility
207: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
208: l_api_name, G_PKG_NAME) THEN
209: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
210: END IF;

Line 578: -- Standard check of p_commit

574: END IF;
575:
576: END IF; -- header's operation flag check
577:
578: -- Standard check of p_commit
579: IF FND_API.TO_BOOLEAN(p_commit) THEN
580: COMMIT WORK;
581: END IF;
582:

Line 729: -- Standard start of API savepoint

725: IF (l_log_procedure >= l_log_current_level) THEN
726: FND_LOG.string(l_log_procedure, l_full_name || '.begin', 'At the start of the API');
727: END IF;
728:
729: -- Standard start of API savepoint
730: SAVEPOINT Process_Master_Config_Pub;
731:
732: -- Initialize Procedure return status to success
733: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

731:
732: -- Initialize Procedure return status to success
733: x_return_status := FND_API.G_RET_STS_SUCCESS;
734:
735: -- Standard call to check for call compatibility
736: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
737: l_api_name, G_PKG_NAME) THEN
738: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
739: END IF;

Line 957: -- Standard check of p_commit

953: UPDATE ahl_mc_headers_b
954: SET sourced_from_enigma_flag = 'Y'
955: WHERE mc_header_id = l_mc_header_rec.mc_header_id;
956:
957: -- Standard check of p_commit
958: IF FND_API.TO_BOOLEAN(p_commit) THEN
959: COMMIT WORK;
960: END IF;
961:

Line 1091: -- Standard start of API savepoint

1087: IF (l_log_procedure >= l_log_current_level) THEN
1088: FND_LOG.string(l_log_procedure, l_full_name || '.begin', 'At the start of the API');
1089: END IF;
1090:
1091: -- Standard start of API savepoint
1092: SAVEPOINT Process_Item_Composition_Pub;
1093:
1094: -- Initialize Procedure return status to success
1095: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

1093:
1094: -- Initialize Procedure return status to success
1095: x_return_status := FND_API.G_RET_STS_SUCCESS;
1096:
1097: -- Standard call to check for call compatibility
1098: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
1099: l_api_name, G_PKG_NAME) THEN
1100: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1101: END IF;

Line 1438: -- Standard check of p_commit

1434: END IF;
1435:
1436: END IF; -- header's operation flag check
1437:
1438: -- Standard check of p_commit
1439: IF FND_API.TO_BOOLEAN(p_commit) THEN
1440: COMMIT WORK;
1441: END IF;
1442: