DBA Data[Home] [Help]

APPS.EAM_WORKORDERS_JSP dependencies on STANDARD

Line 3656: -- Standard Start of API savepoint

3652: l_api_version NUMBER := 1.0;
3653: l_full_name CONSTANT VARCHAR2(60) := g_pkg_name || '.' || l_api_name;
3654: BEGIN
3655:
3656: -- Standard Start of API savepoint
3657: SAVEPOINT resize_wo_hierarchy_pvt;
3658:
3659: -- Standard call to check for call compatibility.
3660: IF NOT FND_API.compatible_api_call(

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

3655:
3656: -- Standard Start of API savepoint
3657: SAVEPOINT resize_wo_hierarchy_pvt;
3658:
3659: -- Standard call to check for call compatibility.
3660: IF NOT FND_API.compatible_api_call(
3661: l_api_version
3662: ,p_api_version
3663: ,l_api_name