DBA Data[Home] [Help]

APPS.AMS_REGISTRANTS_PVT dependencies on STANDARD

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

491: END IF;
492: */
493: Write_log(L_API_NAME, 'Start');
494:
495: -- Standard call to check for call compatibility.
496: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
497: p_api_version,
498: l_api_name,
499: G_PKG_NAME)

Line 2400: -- Standard Start of API savepoint

2396: AND object_Type = 'ORGANIZATION';
2397:
2398:
2399: BEGIN
2400: -- Standard Start of API savepoint
2401: SAVEPOINT Register_get_party_id_PVT;
2402:
2403: /*IF (AMS_DEBUG_HIGH_ON) THEN
2404: AMS_Utility_PVT.debug_message(l_full_name || ': start');

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

2405: END IF;*/
2406: Write_log(L_API_NAME, l_full_name || ': start');
2407:
2408:
2409: -- Standard call to check for call compatibility.
2410: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2411: p_api_version,
2412: l_api_name,
2413: G_PKG_NAME)