DBA Data[Home] [Help]

APPS.WMS_RULE_EXTN_PVT dependencies on STANDARD

Line 372: -- Standard start of API savepoint

368: || p_transaction_temp_id
369: );
370: End if;
371:
372: -- Standard start of API savepoint
373: SAVEPOINT suggest_reservations_sa;
374:
375: --
376: -- Standard Call to check for call compatibility

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

372: -- Standard start of API savepoint
373: SAVEPOINT suggest_reservations_sa;
374:
375: --
376: -- Standard Call to check for call compatibility
377: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
378: RAISE fnd_api.g_exc_unexpected_error;
379: END IF;
380: