DBA Data[Home] [Help]

APPS.AHL_ENIGMA_ROUTE_OP_PUB dependencies on STANDARD

Line 144: -- Standard start of API savepoint

140: l_oper_data_tbl enigma_op_tbl_type;
141:
142:
143: BEGIN
144: -- Standard start of API savepoint
145: SAVEPOINT Process_Route_Operations_SP;
146:
147: -- Initialize return status to success before any code logic/validation
148: x_return_status:= FND_API.G_RET_STS_SUCCESS;

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

146:
147: -- Initialize return status to success before any code logic/validation
148: x_return_status:= FND_API.G_RET_STS_SUCCESS;
149:
150: -- Standard call to check for call compatibility
151: IF NOT FND_API.COMPATIBLE_API_CALL (l_api_version, p_api_version, l_api_name, G_PKG_NAME)
152: THEN
153: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
154: END IF;

Line 366: -- Standard check for p_commit

362: THEN
363: RAISE FND_API.G_EXC_ERROR;
364: END IF;
365:
366: -- Standard check for p_commit
367: IF FND_API.To_Boolean (p_commit)
368: THEN
369: COMMIT WORK;
370: END IF;

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

368: THEN
369: COMMIT WORK;
370: END IF;
371:
372: -- Standard call to get message count and if count is 1, get message info
373: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
374: p_data => x_msg_data,
375: p_encoded => fnd_api.g_false );
376:

Line 455: -- Standard start of API savepoint

451: l_get_latest_route_rev get_latest_route_rev%ROWTYPE;
452: p_process_route_input_rec AHL_RM_ROUTE_PVT.route_rec_type;
453:
454: BEGIN
455: -- Standard start of API savepoint
456: SAVEPOINT Process_Route_Details_SP;
457:
458: -- Initialize return status to success before any code logic/validation
459: x_return_status:= FND_API.G_RET_STS_SUCCESS;

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

457:
458: -- Initialize return status to success before any code logic/validation
459: x_return_status:= FND_API.G_RET_STS_SUCCESS;
460:
461: -- Standard call to check for call compatibility
462: IF NOT FND_API.COMPATIBLE_API_CALL (l_api_version, p_api_version, l_api_name, G_PKG_NAME)
463: THEN
464: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
465: END IF;

Line 1898: -- Standard check for p_commit

1894: THEN
1895: RAISE FND_API.G_EXC_ERROR;
1896: END IF;
1897:
1898: -- Standard check for p_commit
1899: IF FND_API.To_Boolean (p_commit)
1900: THEN
1901: COMMIT WORK;
1902: END IF;

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

1900: THEN
1901: COMMIT WORK;
1902: END IF;
1903:
1904: -- Standard call to get message count and if count is 1, get message info
1905: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
1906: p_data => x_msg_data,
1907: p_encoded => fnd_api.g_false );
1908:

Line 1997: -- Standard start of API savepoint

1993:
1994: l_step_count NUMBER;
1995:
1996: BEGIN
1997: -- Standard start of API savepoint
1998: SAVEPOINT Process_OP_Details_SP;
1999:
2000: -- Initialize return status to success before any code logic/validation
2001: x_return_status:= FND_API.G_RET_STS_SUCCESS;

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

1999:
2000: -- Initialize return status to success before any code logic/validation
2001: x_return_status:= FND_API.G_RET_STS_SUCCESS;
2002:
2003: -- Standard call to check for call compatibility
2004: IF NOT FND_API.COMPATIBLE_API_CALL (l_api_version, p_api_version, l_api_name, G_PKG_NAME)
2005: THEN
2006: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2007: END IF;

Line 2734: p_process_oper_input_rec.STANDARD_OPERATION_FLAG := 'N';

2730: END IF;
2731:
2732: p_process_oper_input_rec.ACTIVE_START_DATE := sysdate;
2733: p_process_oper_input_rec.DML_OPERATION := p_enigma_op_tbl(i).change_flag;
2734: p_process_oper_input_rec.STANDARD_OPERATION_FLAG := 'N';
2735:
2736: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2737: THEN
2738:

Line 2949: -- Standard check for p_commit

2945: THEN
2946: RAISE FND_API.G_EXC_ERROR;
2947: END IF;
2948:
2949: -- Standard check for p_commit
2950: IF FND_API.To_Boolean (p_commit)
2951: THEN
2952: COMMIT WORK;
2953: END IF;

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

2951: THEN
2952: COMMIT WORK;
2953: END IF;
2954:
2955: -- Standard call to get message count and if count is 1, get message info
2956: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
2957: p_data => x_msg_data,
2958: p_encoded => fnd_api.g_false );
2959: