DBA Data[Home] [Help]

APPS.IEM_EMAIL_PROC_PVT dependencies on STANDARD

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

202: --siahmed
203: l_msg_index_out number;
204: --siahmed
205: begin
206: -- Standard call to check for call compatibility.
207: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
208: p_api_version_number,
209: l_api_name,
210: G_PKG_NAME)

Line 3501: -- Standard Check Of p_commit.

3497: END;
3498: l_count:=l_count+1;
3499: EXIT when l_count>p_count;
3500: END LOOP;
3501: -- Standard Check Of p_commit.
3502: IF FND_API.To_Boolean(p_commit) THEN
3503: COMMIT WORK;
3504: END IF;
3505: EXCEPTION

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

4956: l_sender varchar2(500);
4957:
4958: begin
4959: l_api_version_number:=1.0;
4960: -- Standard call to check for call compatibility.
4961: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
4962: p_api_version_number,
4963: l_api_name,
4964: G_PKG_NAME)

Line 5425: -- Standard Check Of p_commit.

5421: if g_statement_log then
5422: l_logmessage:='End Of Calling Specific Search API and end of Processing for the message ' ;
5423: iem_logger(l_logmessage);
5424: end if;
5425: -- Standard Check Of p_commit.
5426: IF p_commit='T' THEN
5427: COMMIT WORK;
5428: END IF;
5429: -- Standard callto get message count and if count is 1, get message info.

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

5425: -- Standard Check Of p_commit.
5426: IF p_commit='T' THEN
5427: COMMIT WORK;
5428: END IF;
5429: -- Standard callto get message count and if count is 1, get message info.
5430: FND_MSG_PUB.Count_And_Get
5431: ( p_count => x_msg_count,
5432: p_data => x_msg_data
5433: );

Line 6826: -- Standard Start of API savepoint

6822: --dbms_output.put_line (l_logmessage);
6823: -- create the srevice record with the returned values
6824: --create_sr start
6825: -- Initialize message list if p_init_msg_list is set to TRUE.
6826: -- Standard Start of API savepoint
6827: BEGIN
6828: SAVEPOINT ADVANCED_CREATE_SR;
6829:
6830: -- Standard call to check for call compatibility.

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

6826: -- Standard Start of API savepoint
6827: BEGIN
6828: SAVEPOINT ADVANCED_CREATE_SR;
6829:
6830: -- Standard call to check for call compatibility.
6831: /*
6832: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
6833: 1.0,
6834: l_api_name,

Line 7206: --Standard check of p_commit

7202:
7203: x_return_status := l_return_status ;
7204: x_request_id := l_sr_create_out_rec.request_id;
7205:
7206: --Standard check of p_commit
7207: IF FND_API.to_Boolean(p_commit) THEN
7208: COMMIT WORK;
7209: END IF;
7210: