DBA Data[Home] [Help]

APPS.EAM_PM_SUPPRESSIONS dependencies on EAM_PM_SUPPRESSIONS

Line 1: PACKAGE BODY EAM_PM_SUPPRESSIONS AS

1: PACKAGE BODY EAM_PM_SUPPRESSIONS AS
2: /* $Header: EAMPSUPB.pls 120.1 2005/05/30 10:34:56 appldev $ */
3:
4: /**
5: * This function is used to check whether a loop will be formed by adding a new

Line 115: SAVEPOINT EAM_PM_SUPPRESSIONS;

111: and meaa.maintenance_object_type=2;
112:
113: BEGIN
114: -- Standard Start of API savepoint
115: SAVEPOINT EAM_PM_SUPPRESSIONS;
116: -- Standard call to check for call compatibility.
117: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
118: p_api_version ,
119: l_api_name ,

Line 158: ROLLBACK TO EAM_PM_SUPPRESSIONS;

154: );
155: EXCEPTION
156: WHEN FND_API.G_EXC_ERROR THEN
157: --dbms_output.put_line('g_exc_error');
158: ROLLBACK TO EAM_PM_SUPPRESSIONS;
159: x_return_status := FND_API.G_RET_STS_ERROR ;
160: FND_MSG_PUB.Count_And_Get
161: ( p_count => x_msg_count ,
162: p_data => x_msg_data

Line 174: ROLLBACK TO EAM_PM_SUPPRESSIONS;

170: p_data => x_msg_data
171: );
172: WHEN OTHERS THEN
173: --dbms_output.put_line('others');
174: ROLLBACK TO EAM_PM_SUPPRESSIONS;
175: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
176: IF FND_MSG_PUB.Check_Msg_Level
177: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
178: THEN

Line 279: END eam_pm_suppressions;

275: close supp_cursor;
276:
277: end instantiate_suppression;
278:
279: END eam_pm_suppressions;
280: