DBA Data[Home] [Help]

APPS.AHL_MC_NODE_PUB dependencies on STANDARD

Line 57: -- Standard start of API savepoint

53: l_ret_val BOOLEAN;
54:
55: BEGIN
56:
57: -- Standard start of API savepoint
58: SAVEPOINT Process_Node_SP;
59:
60: -- Standard call to check for call compatibility
61: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

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

56:
57: -- Standard start of API savepoint
58: SAVEPOINT Process_Node_SP;
59:
60: -- Standard call to check for call compatibility
61: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
62: THEN
63: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
64: END IF;

Line 411: -- Standard check for p_commit

407: IF ( x_msg_count > 0 and l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
408: RAISE FND_API.G_EXC_ERROR;
409: END IF;
410:
411: -- Standard check for p_commit
412: IF FND_API.TO_BOOLEAN (p_commit)
413: THEN
414: COMMIT WORK;
415: END IF;

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

413: THEN
414: COMMIT WORK;
415: END IF;
416:
417: -- Standard call to get message count and if count is 1, get message info
418: FND_MSG_PUB.count_and_get
419: (
420: p_count => x_msg_count,
421: p_data => x_msg_data,

Line 491: -- Standard start of API savepoint

487: l_msg_data VARCHAR2(2000);
488:
489: BEGIN
490:
491: -- Standard start of API savepoint
492: SAVEPOINT Delete_Nodes_SP;
493:
494: -- Standard call to check for call compatibility
495: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

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

490:
491: -- Standard start of API savepoint
492: SAVEPOINT Delete_Nodes_SP;
493:
494: -- Standard call to check for call compatibility
495: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
496: THEN
497: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
498: END IF;

Line 572: -- Standard check for p_commit

568: IF x_msg_count > 0 THEN
569: RAISE FND_API.G_EXC_ERROR;
570: END IF;
571:
572: -- Standard check for p_commit
573: IF FND_API.TO_BOOLEAN (p_commit)
574: THEN
575: COMMIT WORK;
576: END IF;

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

574: THEN
575: COMMIT WORK;
576: END IF;
577:
578: -- Standard call to get message count and if count is 1, get message info
579: FND_MSG_PUB.count_and_get
580: (
581: p_count => x_msg_count,
582: p_data => x_msg_data,