DBA Data[Home] [Help]

APPS.EAM_WORKORDERS_JSP dependencies on STANDARD

Line 3695: -- Standard Start of API savepoint

3691: l_api_version NUMBER := 1.0;
3692: l_full_name CONSTANT VARCHAR2(60) := g_pkg_name || '.' || l_api_name;
3693: BEGIN
3694:
3695: -- Standard Start of API savepoint
3696: SAVEPOINT resize_wo_hierarchy_pvt;
3697:
3698: -- Standard call to check for call compatibility.
3699: IF NOT FND_API.compatible_api_call(

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

3694:
3695: -- Standard Start of API savepoint
3696: SAVEPOINT resize_wo_hierarchy_pvt;
3697:
3698: -- Standard call to check for call compatibility.
3699: IF NOT FND_API.compatible_api_call(
3700: l_api_version
3701: ,p_api_version
3702: ,l_api_name