DBA Data[Home] [Help]

APPS.IEM_AGENT_INBOX_MGMT_PVT dependencies on STANDARD

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

66: l_cursorID INTEGER;
67: l_dummy INTEGER;
68: BEGIN
69: SAVEPOINT search_message_pvt;
70: -- Standard call to check for call compatibility.
71: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
72: p_api_version_number,
73: l_api_name,
74: G_PKG_NAME)

Line 285: -- Standard Check Of p_commit.

281: END LOOP;
282:
283: DBMS_SQL.CLOSE_CURSOR(l_cursorID);
284:
285: -- Standard Check Of p_commit.
286: IF FND_API.To_Boolean(p_commit) THEN
287: COMMIT WORK;
288: END IF;
289: -- Standard callto get message count and if count is 1, get message info.

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

285: -- Standard Check Of p_commit.
286: IF FND_API.To_Boolean(p_commit) THEN
287: COMMIT WORK;
288: END IF;
289: -- Standard callto get message count and if count is 1, get message info.
290: FND_MSG_PUB.Count_And_Get
291: ( p_count => x_msg_count,
292: p_data => x_msg_data
293: );

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

376: l_cursorID INTEGER;
377: l_dummy INTEGER;
378: BEGIN
379: SAVEPOINT search_message_pvt;
380: -- Standard call to check for call compatibility.
381: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
382: p_api_version_number,
383: l_api_name,
384: G_PKG_NAME)

Line 490: -- Standard Check Of p_commit.

486: END IF;
487:
488: DBMS_SQL.CLOSE_CURSOR(l_cursorID);
489:
490: -- Standard Check Of p_commit.
491: IF FND_API.To_Boolean(p_commit) THEN
492: COMMIT WORK;
493: END IF;
494: -- Standard callto get message count and if count is 1, get message info.

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

490: -- Standard Check Of p_commit.
491: IF FND_API.To_Boolean(p_commit) THEN
492: COMMIT WORK;
493: END IF;
494: -- Standard callto get message count and if count is 1, get message info.
495: FND_MSG_PUB.Count_And_Get
496: ( p_count => x_msg_count,
497: p_data => x_msg_data
498: );

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

570:
571: BEGIN
572:
573: SAVEPOINT show_agent_list_pvt;
574: -- Standard call to check for call compatibility.
575: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
576: p_api_version_number,
577: l_api_name,
578: G_PKG_NAME)

Line 830: -- Standard Check Of p_commit.

826:
827: DBMS_SQL.CLOSE_CURSOR(l_cursorID);
828:
829: end if; -- if p_sort_column=2
830: -- Standard Check Of p_commit.
831: IF FND_API.To_Boolean(p_commit) THEN
832: COMMIT WORK;
833: END IF;
834: -- Standard callto get message count and if count is 1, get message info.

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

830: -- Standard Check Of p_commit.
831: IF FND_API.To_Boolean(p_commit) THEN
832: COMMIT WORK;
833: END IF;
834: -- Standard callto get message count and if count is 1, get message info.
835: FND_MSG_PUB.Count_And_Get
836: ( p_count => x_msg_count,
837: p_data => x_msg_data
838: );