DBA Data[Home] [Help]

APPS.IEM_SERVER_PUB dependencies on STANDARD

Line 32: -- Standard Start of API savepoint

28: l_api_name VARCHAR2(255):='Get_EmailServer_List';
29: l_api_version_number NUMBER:=1.0;
30:
31: BEGIN
32: -- Standard Start of API savepoint
33: SAVEPOINT Get_EmailServer_List_PUB;
34: -- Standard call to check for call compatibility.
35: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
36: p_api_version_number,

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

30:
31: BEGIN
32: -- Standard Start of API savepoint
33: SAVEPOINT Get_EmailServer_List_PUB;
34: -- Standard call to check for call compatibility.
35: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
36: p_api_version_number,
37: l_api_name,
38: G_PKG_NAME)

Line 64: -- Standard Check Of p_commit.

60: x_Email_Svr_tbl(l_email_svr_index).port:=v1.out_port;
61: l_email_svr_index:=l_email_svr_index+1;
62: END LOOP;
63: END IF;
64: -- Standard Check Of p_commit.
65: IF FND_API.To_Boolean(p_commit) THEN
66: COMMIT WORK;
67: END IF;
68: -- Standard callto get message count and if count is 1, get message info.

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

64: -- Standard Check Of p_commit.
65: IF FND_API.To_Boolean(p_commit) THEN
66: COMMIT WORK;
67: END IF;
68: -- Standard callto get message count and if count is 1, get message info.
69: FND_MSG_PUB.Count_And_Get
70: ( p_count => x_msg_count,
71: p_data => x_msg_data
72: );