DBA Data[Home] [Help]

APPS.JTF_IH_PURGE dependencies on STANDARD

Line 482: -- Standard start of API savepoint

478: END IF;
479:
480: l_obj_type_lookup := CONCAT(p_object_type,'-%');
481:
482: -- Standard start of API savepoint
483: SAVEPOINT delete_interactions_p;
484:
485: -- Standard call to check for call compatibility
486: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version,

Line 485: -- Standard call to check for call compatibility

481:
482: -- Standard start of API savepoint
483: SAVEPOINT delete_interactions_p;
484:
485: -- Standard call to check for call compatibility
486: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version,
487: l_api_name, g_pkg_name) THEN
488: RAISE fnd_api.g_exc_unexpected_error;
489: END IF;