DBA Data[Home] [Help]

APPS.AHL_UC_UNITCONFIG_PUB dependencies on STANDARD

Line 41: --Standard Start of API savepoint

37: BEGIN
38: --Initialize API return status to success
39: x_return_status := FND_API.G_RET_STS_SUCCESS;
40:
41: --Standard Start of API savepoint
42: SAVEPOINT process_uc_header;
43:
44: --Standard call to check for call compatibility.
45: IF NOT FND_API.compatible_api_call(

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

40:
41: --Standard Start of API savepoint
42: SAVEPOINT process_uc_header;
43:
44: --Standard call to check for call compatibility.
45: IF NOT FND_API.compatible_api_call(
46: l_api_version,
47: p_api_version,
48: l_api_name,