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 944: -- Standard Start of API savepoint

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

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

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

Line 1225: -- Standard Start of API savepoint

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

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

1224:
1225: -- Standard Start of API savepoint
1226: SAVEPOINT delete_uc_header;
1227:
1228: -- Standard call to check for call compatibility.
1229: IF NOT FND_API.compatible_api_call(
1230: l_api_version,
1231: p_api_version,
1232: l_api_name,