DBA Data[Home] [Help]

APPS.IEM_EMAILACCOUNT_PUB dependencies on STANDARD

Line 36: -- Standard Start of API savepoint

32: l_api_name VARCHAR2(255):='Get_EmailAccount_List';
33: l_api_version_number NUMBER:=1.0;
34:
35: BEGIN
36: -- Standard Start of API savepoint
37: SAVEPOINT Get_EmailAccount_List_PUB;
38: -- Standard call to check for call compatibility.
39: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
40: p_api_version_number,

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

34:
35: BEGIN
36: -- Standard Start of API savepoint
37: SAVEPOINT Get_EmailAccount_List_PUB;
38: -- Standard call to check for call compatibility.
39: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
40: p_api_version_number,
41: l_api_name,
42: G_PKG_NAME)

Line 80: -- Standard Check Of p_commit.

76: l_email_index:=l_email_index+1;
77:
78: END LOOP;
79: END IF;
80: -- Standard Check Of p_commit.
81: IF FND_API.To_Boolean(p_commit) THEN
82: COMMIT WORK;
83: END IF;
84: -- Standard callto get message count and if count is 1, get message info.

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

80: -- Standard Check Of p_commit.
81: IF FND_API.To_Boolean(p_commit) THEN
82: COMMIT WORK;
83: END IF;
84: -- Standard callto get message count and if count is 1, get message info.
85: FND_MSG_PUB.Count_And_Get
86: ( p_count => x_msg_count,
87: p_data => x_msg_data
88: );

Line 163: -- Standard Start of API savepoint

159: l_res_name varchar2(1000);
160: l_flag number;
161:
162: BEGIN
163: -- Standard Start of API savepoint
164: SAVEPOINT ListAgentAccounts_PUB;
165: -- Standard call to check for call compatibility.
166: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
167: p_api_version_number,

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

161:
162: BEGIN
163: -- Standard Start of API savepoint
164: SAVEPOINT ListAgentAccounts_PUB;
165: -- Standard call to check for call compatibility.
166: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
167: p_api_version_number,
168: l_api_name,
169: G_PKG_NAME)

Line 207: -- Standard Check Of p_commit.

203: l_email_index:=l_email_index+1;
204:
205: END LOOP;
206: END IF;
207: -- Standard Check Of p_commit.
208: IF FND_API.To_Boolean(p_commit) THEN
209: COMMIT WORK;
210: END IF;
211: -- Standard callto get message count and if count is 1, get message info.

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

207: -- Standard Check Of p_commit.
208: IF FND_API.To_Boolean(p_commit) THEN
209: COMMIT WORK;
210: END IF;
211: -- Standard callto get message count and if count is 1, get message info.
212: FND_MSG_PUB.Count_And_Get
213: ( p_count => x_msg_count,
214: p_data => x_msg_data
215: );

Line 292: -- Standard Start of API savepoint

288: l_dummy INTEGER;
289: l_role_Str varchar2(1000);
290:
291: BEGIN
292: -- Standard Start of API savepoint
293: SAVEPOINT ListAgentAccountDetails_PUB;
294: -- Standard call to check for call compatibility.
295: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
296: p_api_version_number,

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

290:
291: BEGIN
292: -- Standard Start of API savepoint
293: SAVEPOINT ListAgentAccountDetails_PUB;
294: -- Standard call to check for call compatibility.
295: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
296: p_api_version_number,
297: l_api_name,
298: G_PKG_NAME)

Line 439: -- Standard Check Of p_commit.

435: END LOOP;
436: END IF;
437: END IF;
438:
439: -- Standard Check Of p_commit.
440: IF FND_API.To_Boolean(p_commit) THEN
441: COMMIT WORK;
442: END IF;
443: -- Standard callto get message count and if count is 1, get message info.

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

439: -- Standard Check Of p_commit.
440: IF FND_API.To_Boolean(p_commit) THEN
441: COMMIT WORK;
442: END IF;
443: -- Standard callto get message count and if count is 1, get message info.
444: FND_MSG_PUB.Count_And_Get
445: ( p_count => x_msg_count,
446: p_data => x_msg_data
447: );

Line 509: -- Standard Start of API savepoint

505: l_api_name VARCHAR2(255):='ListAccountDetails';
506: l_api_version_number NUMBER:=1.0;
507:
508: BEGIN
509: -- Standard Start of API savepoint
510: SAVEPOINT ListAccountDetails_PUB;
511: -- Standard call to check for call compatibility.
512: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
513: p_api_version_number,

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

507:
508: BEGIN
509: -- Standard Start of API savepoint
510: SAVEPOINT ListAccountDetails_PUB;
511: -- Standard call to check for call compatibility.
512: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
513: p_api_version_number,
514: l_api_name,
515: G_PKG_NAME)

Line 542: -- Standard Check Of p_commit.

538: l_email_index:=l_email_index+1;
539:
540: END LOOP;
541: END IF;
542: -- Standard Check Of p_commit.
543: IF FND_API.To_Boolean(p_commit) THEN
544: COMMIT WORK;
545: END IF;
546: -- Standard callto get message count and if count is 1, get message info.

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

542: -- Standard Check Of p_commit.
543: IF FND_API.To_Boolean(p_commit) THEN
544: COMMIT WORK;
545: END IF;
546: -- Standard callto get message count and if count is 1, get message info.
547: FND_MSG_PUB.Count_And_Get
548: ( p_count => x_msg_count,
549: p_data => x_msg_data
550: );