DBA Data[Home] [Help]

APPS.IEM_UTILS_PUB dependencies on STANDARD

Line 23: -- Standard Start of API savepoint

19: l_domain_tbl jtf_varchar2_table_100:=jtf_varchar2_table_100();
20: l_index number:=1;
21:
22: BEGIN
23: -- Standard Start of API savepoint
24: SAVEPOINT showAccount;
25: -- Standard call to check for call compatibility.
26: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
27: p_api_version_number,

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

21:
22: BEGIN
23: -- Standard Start of API savepoint
24: SAVEPOINT showAccount;
25: -- Standard call to check for call compatibility.
26: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
27: p_api_version_number,
28: l_api_name,
29: G_PKG_NAME)

Line 51: -- Standard Check Of p_commit.

47: x_email_account_tbl(l_index).email_user:=l_email_user_tbl(l_index);
48: x_email_account_tbl(l_index).domain:=l_domain_tbl(l_index);
49: end loop;
50:
51: -- Standard Check Of p_commit.
52: IF FND_API.To_Boolean(p_commit) THEN
53: COMMIT WORK;
54: END IF;
55: -- Standard callto get message count and if count is 1, get message info.

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

51: -- Standard Check Of p_commit.
52: IF FND_API.To_Boolean(p_commit) THEN
53: COMMIT WORK;
54: END IF;
55: -- Standard callto get message count and if count is 1, get message info.
56: FND_MSG_PUB.Count_And_Get
57: ( p_count => x_msg_count,
58: p_data => x_msg_data
59: );

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

112: l_api_name varchar2(50):='Get_Mailcount_by_days';
113: l_api_version_number number:=1.0;
114: l_time date;
115: BEGIN
116: -- Standard call to check for call compatibility.
117: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
118: p_api_version_number,
119: l_api_name,
120: G_PKG_NAME)

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

229: i_tbl jtf_number_table:=jtf_number_table();
230: cursor c1 is select distinct resource_id from iem_rt_proc_emails
231: where resource_id>0;
232: BEGIN
233: -- Standard call to check for call compatibility.
234: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
235: p_api_version_number,
236: l_api_name,
237: G_PKG_NAME)