DBA Data[Home] [Help]

APPS.JTF_BRMPARAMETER_PVT dependencies on STANDARD

Line 57: -- Standard start of API savepoint

53: WHERE PARAMETER_ID = l_parameter_id;
54:
55: BEGIN
56: --
57: -- Standard start of API savepoint
58: --
59: SAVEPOINT Create_BRMParameter_PVT;
60:
61: --

Line 62: -- Standard call to check for call compatibility

58: --
59: SAVEPOINT Create_BRMParameter_PVT;
60:
61: --
62: -- Standard call to check for call compatibility
63: --
64: IF NOT FND_API.Compatible_API_Call( l_api_version
65: , p_api_version
66: , l_api_name

Line 183: -- Standard check of p_commit

179: --
180: x_record_id := l_parameter_id;
181:
182: --
183: -- Standard check of p_commit
184: --
185: IF FND_API.To_Boolean(p_commit)
186: THEN
187: COMMIT WORK;

Line 191: -- Standard call to get message count and if count is 1, get message info

187: COMMIT WORK;
188: END IF;
189:
190: --
191: -- Standard call to get message count and if count is 1, get message info
192: --
193: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
194: , p_data => x_msg_data
195: );

Line 275: -- Standard start of API savepoint

271: l_msg_data VARCHAR2(2000);
272:
273: BEGIN
274: --
275: -- Standard start of API savepoint
276: --
277: SAVEPOINT Update_BRMParameter_PVT;
278:
279: --

Line 280: -- Standard call to check for call compatibility

276: --
277: SAVEPOINT Update_BRMParameter_PVT;
278:
279: --
280: -- Standard call to check for call compatibility
281: --
282: IF NOT FND_API.Compatible_API_Call( l_api_version
283: , p_api_version
284: , l_api_name

Line 353: -- Standard check of p_commit

349: RAISE no_data_found;
350: END IF;
351:
352: --
353: -- Standard check of p_commit
354: --
355: IF FND_API.To_Boolean(p_commit)
356: THEN
357: COMMIT WORK;

Line 361: -- Standard call to get message count and if count is 1, get message info

357: COMMIT WORK;
358: END IF;
359:
360: --
361: -- Standard call to get message count and if count is 1, get message info
362: --
363: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
364: , p_data => x_msg_data
365: );