DBA Data[Home] [Help]

APPS.IEM_UTILITY_PVT dependencies on STANDARD

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

13: cursor c1 is select email_account_id,from_name from iem_mstemail_accounts where deleted_flag<>'Y'
14: order by from_name;
15: i number:=0;
16: BEGIN
17: -- Standard call to check for call compatibility.
18: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
19: p_api_version_number,
20: l_api_name,
21: G_PKG_NAME)

Line 33: -- Standard Check Of p_commit.

29: i:=i+1;
30: x_account_tbl(i).email_account_id:=v1.email_account_id;
31: x_account_tbl(i).account_name:=v1.from_name;
32: end loop;
33: -- Standard Check Of p_commit.
34: IF p_commit='T' THEN
35: COMMIT WORK;
36: END IF;
37: -- Standard callto get message count and if count is 1, get message info.

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

33: -- Standard Check Of p_commit.
34: IF p_commit='T' THEN
35: COMMIT WORK;
36: END IF;
37: -- Standard callto get message count and if count is 1, get message info.
38: FND_MSG_PUB.Count_And_Get
39: ( p_count => x_msg_count,
40: p_data => x_msg_data
41: );

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

90: order by 2;
91:
92: i number:=0;
93: BEGIN
94: -- Standard call to check for call compatibility.
95: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
96: p_api_version_number,
97: l_api_name,
98: G_PKG_NAME)

Line 110: -- Standard Check Of p_commit.

106: i:=i+1;
107: x_class_tbl(i).rt_classification_id:=v1.route_classification_id;
108: x_class_tbl(i).name:=v1.name;
109: end loop;
110: -- Standard Check Of p_commit.
111: IF p_commit='T' THEN
112: COMMIT WORK;
113: END IF;
114: -- Standard callto get message count and if count is 1, get message info.

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

110: -- Standard Check Of p_commit.
111: IF p_commit='T' THEN
112: COMMIT WORK;
113: END IF;
114: -- Standard callto get message count and if count is 1, get message info.
115: FND_MSG_PUB.Count_And_Get
116: ( p_count => x_msg_count,
117: p_data => x_msg_data
118: );