DBA Data[Home] [Help]

APPS.AHL_PRD_MTLTXN_PVT dependencies on STANDARD

Line 931: -- Standard start of API savepoint

927: -- pdoki added for Marshalling Enhancement, End.
928:
929:
930: BEGIN
931: -- Standard start of API savepoint
932: SAVEPOINT PERFORM_MTL_TXN_PVT;
933:
934: -- Standard call to check for call compatibility
935: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,

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

930: BEGIN
931: -- Standard start of API savepoint
932: SAVEPOINT PERFORM_MTL_TXN_PVT;
933:
934: -- Standard call to check for call compatibility
935: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
936: G_PKG_NAME) THEN
937: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
938: END IF;

Line 1732: -- Standard check of p_commit

1728: END IF;
1729: END LOOP;
1730: END IF;
1731:
1732: -- Standard check of p_commit
1733: IF FND_API.To_Boolean(p_commit) THEN
1734: COMMIT WORK;
1735: END IF;
1736: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

1749: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1750: END IF;
1751: END IF;
1752:
1753: -- Standard call to get message count and if count is 1, get message
1754: FND_MSG_PUB.Count_And_Get
1755: ( p_count => x_msg_count,
1756: p_data => x_msg_data,
1757: p_encoded => fnd_api.g_false);

Line 7084: -- Standard start of API savepoint

7080: 'P_prd_Mtltxn_criteria_rec.INCIDENT_NUMBER : ' || P_prd_Mtltxn_criteria_rec.INCIDENT_NUMBER
7081: );
7082:
7083: END IF;
7084: -- Standard start of API savepoint
7085: SAVEPOINT GET_MTL_TRANS_RETURNS_PVT;
7086:
7087: -- Standard call to check for call compatibility
7088: IF NOT FND_API.Compatible_API_Call

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

7083: END IF;
7084: -- Standard start of API savepoint
7085: SAVEPOINT GET_MTL_TRANS_RETURNS_PVT;
7086:
7087: -- Standard call to check for call compatibility
7088: IF NOT FND_API.Compatible_API_Call
7089: (l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
7090: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
7091: END IF;