DBA Data[Home] [Help]

APPS.WMS_RULE_EXTN_PVT dependencies on STANDARD

Line 413: -- Standard start of API savepoint

409: || p_transaction_temp_id
410: );
411: End if;
412:
413: -- Standard start of API savepoint
414: SAVEPOINT suggest_reservations_sa;
415:
416: --
417: -- Standard Call to check for call compatibility

Line 417: -- Standard Call to check for call compatibility

413: -- Standard start of API savepoint
414: SAVEPOINT suggest_reservations_sa;
415:
416: --
417: -- Standard Call to check for call compatibility
418: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
419: RAISE fnd_api.g_exc_unexpected_error;
420: END IF;
421: