DBA Data[Home] [Help]

APPS.IEM_DPM_PP_QUEUE_PVT dependencies on STANDARD

Line 81: -- Standard Start of API savepoint

77: and d.server_type_id=f.email_server_type_id
78: and upper(f.email_server_type)='IMAP';
79:
80: BEGIN
81: -- Standard Start of API savepoint
82: SAVEPOINT get_folder_work_list_PVT;
83:
84: -- Standard call to check for call compatibility.
85:

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

80: BEGIN
81: -- Standard Start of API savepoint
82: SAVEPOINT get_folder_work_list_PVT;
83:
84: -- Standard call to check for call compatibility.
85:
86: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
87: p_api_version_number,
88: l_api_name,

Line 196: -- Standard Check Of p_commit.

192:
193: END LOOP;
194:
195: x_folder_work_list := l_folder_list;
196: -- Standard Check Of p_commit.
197: IF FND_API.To_Boolean(p_commit) THEN
198: COMMIT WORK;
199: END IF;
200:

Line 202: -- Standard callto get message count and if count is 1, get message info.

198: COMMIT WORK;
199: END IF;
200:
201:
202: -- Standard callto get message count and if count is 1, get message info.
203: FND_MSG_PUB.Count_And_Get
204: ( p_count => x_msg_count,
205: p_data => x_msg_data
206: );

Line 285: -- Standard Start of API savepoint

281: e_nowait EXCEPTION;
282: PRAGMA EXCEPTION_INIT(e_nowait, -54);
283:
284: BEGIN
285: -- Standard Start of API savepoint
286: SAVEPOINT get_msg_work_list_PVT;
287:
288: -- Standard call to check for call compatibility.
289:

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

284: BEGIN
285: -- Standard Start of API savepoint
286: SAVEPOINT get_msg_work_list_PVT;
287:
288: -- Standard call to check for call compatibility.
289:
290: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
291: p_api_version_number,
292: l_api_name,

Line 359: -- Standard Check Of p_commit.

355: x_msg_uids := l_msg_uids;
356: x_subjects := l_subjects;
357: x_rfc_msgids := l_rfc_msgids;
358:
359: -- Standard Check Of p_commit.
360: IF FND_API.To_Boolean(p_commit) THEN
361: COMMIT WORK;
362: END IF;
363:

Line 364: -- Standard callto get message count and if count is 1, get message info.

360: IF FND_API.To_Boolean(p_commit) THEN
361: COMMIT WORK;
362: END IF;
363:
364: -- Standard callto get message count and if count is 1, get message info.
365: FND_MSG_PUB.Count_And_Get
366: ( p_count => x_msg_count,
367: p_data => x_msg_data
368: );

Line 432: -- Standard Start of API savepoint

428: l_error IEM_MIGRATION_STORE_TEMP.error_text%type;
429:
430:
431: BEGIN
432: -- Standard Start of API savepoint
433: SAVEPOINT log_batch_error_PVT;
434:
435: -- Standard call to check for call compatibility.
436:

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

431: BEGIN
432: -- Standard Start of API savepoint
433: SAVEPOINT log_batch_error_PVT;
434:
435: -- Standard call to check for call compatibility.
436:
437: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
438: p_api_version_number,
439: l_api_name,

Line 468: -- Standard Check Of p_commit.

464: update iem_migration_details set status='E', status_text=l_error
465: where migration_id=p_migration_id;
466:
467:
468: -- Standard Check Of p_commit.
469: IF FND_API.To_Boolean(p_commit) THEN
470: COMMIT WORK;
471: END IF;
472:

Line 473: -- Standard callto get message count and if count is 1, get message info.

469: IF FND_API.To_Boolean(p_commit) THEN
470: COMMIT WORK;
471: END IF;
472:
473: -- Standard callto get message count and if count is 1, get message info.
474: FND_MSG_PUB.Count_And_Get
475: ( p_count => x_msg_count,
476: p_data => x_msg_data
477: );