DBA Data[Home] [Help]

APPS.AHL_ENIGMA_ROUTE_OP_PUB dependencies on STANDARD

Line 192: -- Standard start of API savepoint

188: -- Enigma Phase II changes start
189:
190:
191: BEGIN
192: -- Standard start of API savepoint
193: --SAVEPOINT Process_Route_Operations_SP;
194:
195: -- Initialize return status to success before any code logic/validation
196: x_return_status:= FND_API.G_RET_STS_SUCCESS;

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

194:
195: -- Initialize return status to success before any code logic/validation
196: x_return_status:= FND_API.G_RET_STS_SUCCESS;
197:
198: -- Standard call to check for call compatibility
199: IF NOT FND_API.COMPATIBLE_API_CALL (l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
200: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
201: END IF;
202:

Line 530: -- Standard check for p_commit

526: -- IF x_msg_count > 0 THEN
527: -- RAISE FND_API.G_EXC_ERROR;
528: -- END IF;
529:
530: -- Standard check for p_commit
531: -- IF FND_API.To_Boolean (p_commit)THEN
532: -- COMMIT WORK;
533: -- END IF;
534:

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

531: -- IF FND_API.To_Boolean (p_commit)THEN
532: -- COMMIT WORK;
533: -- END IF;
534:
535: -- Standard call to get message count and if count is 1, get message info
536: -- FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
537: -- p_data => x_msg_data,
538: -- p_encoded => fnd_api.g_false );
539:

Line 956: -- Standard start of API savepoint

952: p_process_route_input_rec AHL_RM_ROUTE_PVT.route_rec_type;
953:
954:
955: BEGIN
956: -- Standard start of API savepoint
957: SAVEPOINT Process_Route_Details_SP;
958:
959: -- Initialize return status to success before any code logic/validation
960: x_return_status:= FND_API.G_RET_STS_SUCCESS;

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

958:
959: -- Initialize return status to success before any code logic/validation
960: x_return_status:= FND_API.G_RET_STS_SUCCESS;
961:
962: -- Standard call to check for call compatibility
963: IF NOT FND_API.COMPATIBLE_API_CALL (l_api_version, p_api_version, l_api_name, G_PKG_NAME)THEN
964: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
965: END IF;
966:

Line 1556: -- Standard check for p_commit

1552: IF x_msg_count > 0 THEN
1553: RAISE FND_API.G_EXC_ERROR;
1554: END IF;
1555:
1556: -- Standard check for p_commit
1557: IF FND_API.To_Boolean (p_commit)THEN
1558: COMMIT WORK;
1559: END IF;
1560:

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

1557: IF FND_API.To_Boolean (p_commit)THEN
1558: COMMIT WORK;
1559: END IF;
1560:
1561: -- Standard call to get message count and if count is 1, get message info
1562: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
1563: p_data => x_msg_data,
1564: p_encoded => fnd_api.g_false );
1565:

Line 1744: -- Standard start of API savepoint

1740:
1741: isrecoverable VARCHAR2(1);
1742:
1743: BEGIN
1744: -- Standard start of API savepoint
1745: SAVEPOINT Process_OP_Details_SP;
1746:
1747: -- Initialize return status to success before any code logic/validation
1748: x_return_status:= FND_API.G_RET_STS_SUCCESS;

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

1746:
1747: -- Initialize return status to success before any code logic/validation
1748: x_return_status:= FND_API.G_RET_STS_SUCCESS;
1749:
1750: -- Standard call to check for call compatibility
1751: IF NOT FND_API.COMPATIBLE_API_CALL (l_api_version, p_api_version, l_api_name, G_PKG_NAME)
1752: THEN
1753: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1754: END IF;

Line 1914: p_process_oper_input_rec.STANDARD_OPERATION_FLAG := 'Y';

1910: p_process_oper_input_rec.ACTIVE_START_DATE := sysdate;
1911: END IF;
1912:
1913: p_process_oper_input_rec.DML_OPERATION := 'C';
1914: p_process_oper_input_rec.STANDARD_OPERATION_FLAG := 'Y';
1915:
1916: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
1917: THEN
1918: fnd_log.string(fnd_log.level_statement,l_debug_module,'Inside Process_OP_Details calling process_operations');

Line 2355: -- Standard check for p_commit

2351: THEN
2352: RAISE FND_API.G_EXC_ERROR;
2353: END IF;
2354:
2355: -- Standard check for p_commit
2356: IF FND_API.To_Boolean (p_commit)
2357: THEN
2358: COMMIT WORK;
2359: END IF;

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

2357: THEN
2358: COMMIT WORK;
2359: END IF;
2360:
2361: -- Standard call to get message count and if count is 1, get message info
2362: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
2363: p_data => x_msg_data,
2364: p_encoded => fnd_api.g_false );
2365: