DBA Data[Home] [Help]

APPS.PO_BUSINESSEVENT_PVT dependencies on STANDARD

Line 53: -- Standard Start of API savepoint

49: BEGIN
50: -- Initialize API return status to success
51: x_return_status := FND_API.g_ret_sts_success;
52:
53: -- Standard Start of API savepoint
54: SAVEPOINT raise_event;
55:
56: -- Standard call to check for call compatibility.
57: IF (NOT FND_API.compatible_api_call (

Line 56: -- Standard call to check for call compatibility.

52:
53: -- Standard Start of API savepoint
54: SAVEPOINT raise_event;
55:
56: -- Standard call to check for call compatibility.
57: IF (NOT FND_API.compatible_api_call (
58: p_current_version_number => l_api_version
59: , p_caller_version_number => p_api_version
60: , p_api_name => l_api_name