DBA Data[Home] [Help]

APPS.AHL_UC_UNITCONFIG_PVT dependencies on STANDARD

Line 637: -- Standard Start of API savepoint

633: BEGIN
634: -- Initialize API return status to success
635: x_return_status := FND_API.G_RET_STS_SUCCESS;
636:
637: -- Standard Start of API savepoint
638: SAVEPOINT create_uc_header;
639:
640: -- Standard call to check for call compatibility.
641: IF NOT FND_API.compatible_api_call(

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

636:
637: -- Standard Start of API savepoint
638: SAVEPOINT create_uc_header;
639:
640: -- Standard call to check for call compatibility.
641: IF NOT FND_API.compatible_api_call(
642: l_api_version,
643: p_api_version,
644: l_api_name,

Line 946: -- Standard Start of API savepoint

942: BEGIN
943: -- Initialize API return status to success
944: x_return_status := FND_API.G_RET_STS_SUCCESS;
945:
946: -- Standard Start of API savepoint
947: SAVEPOINT update_uc_header;
948:
949: -- Standard call to check for call compatibility.
950: IF NOT FND_API.compatible_api_call(

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

945:
946: -- Standard Start of API savepoint
947: SAVEPOINT update_uc_header;
948:
949: -- Standard call to check for call compatibility.
950: IF NOT FND_API.compatible_api_call(
951: l_api_version,
952: p_api_version,
953: l_api_name,

Line 1229: -- Standard Start of API savepoint

1225: BEGIN
1226: -- Initialize API return status to success
1227: x_return_status := FND_API.G_RET_STS_SUCCESS;
1228:
1229: -- Standard Start of API savepoint
1230: SAVEPOINT delete_uc_header;
1231:
1232: -- Standard call to check for call compatibility.
1233: IF NOT FND_API.compatible_api_call(

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

1228:
1229: -- Standard Start of API savepoint
1230: SAVEPOINT delete_uc_header;
1231:
1232: -- Standard call to check for call compatibility.
1233: IF NOT FND_API.compatible_api_call(
1234: l_api_version,
1235: p_api_version,
1236: l_api_name,