DBA Data[Home] [Help]

APPS.JTF_BRMPROCESS_PVT dependencies on STANDARD

Line 57: -- Standard start of API savepoint

53: WHERE PROCESS_ID = l_process_id;
54:
55: BEGIN
56: --
57: -- Standard start of API savepoint
58: --
59: SAVEPOINT Create_BRMProcess_PVT;
60:
61: --

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

58: --
59: SAVEPOINT Create_BRMProcess_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 198: -- Standard check of p_commit

194: --
195: x_record_id := l_process_id;
196:
197: --
198: -- Standard check of p_commit
199: --
200: IF FND_API.To_Boolean(p_commit)
201: THEN
202: COMMIT WORK;

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

202: COMMIT WORK;
203: END IF;
204:
205: --
206: -- Standard call to get message count and if count is 1, get message info
207: --
208: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
209: , p_data => x_msg_data
210: );

Line 291: -- Standard start of API savepoint

287: l_msg_data VARCHAR2(2000);
288:
289: BEGIN
290: --
291: -- Standard start of API savepoint
292: --
293: SAVEPOINT Update_BRMProcess_PVT;
294:
295: --

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

292: --
293: SAVEPOINT Update_BRMProcess_PVT;
294:
295: --
296: -- Standard call to check for call compatibility
297: --
298: IF NOT FND_API.Compatible_API_Call( l_api_version
299: , p_api_version
300: , l_api_name

Line 372: -- Standard check of p_commit

368: RAISE no_data_found;
369: END IF;
370:
371: --
372: -- Standard check of p_commit
373: --
374: IF FND_API.To_Boolean(p_commit)
375: THEN
376: COMMIT WORK;

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

376: COMMIT WORK;
377: END IF;
378:
379: --
380: -- Standard call to get message count and if count is 1, get message info
381: --
382: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
383: , p_data => x_msg_data
384: );