DBA Data[Home] [Help]

APPS.IEM_SEARCHMESSAGE_PVT dependencies on STANDARD

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

45: l_subject1 iem_arch_msgdtls.subject%type;
46: l_sent_date iem_arch_msgdtls.sent_date%type;
47: l_Str1 varchar2(500);
48: BEGIN
49: -- Standard call to check for call compatibility.
50: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
51: p_api_version_number,
52: l_api_name,
53: G_PKG_NAME)

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

168: IF p_commit='T' THEN
169: COMMIT WORK;
170: END IF;
171: x_return_Status:='S';
172: -- Standard callto get message count and if count is 1, get message info.
173: FND_MSG_PUB.Count_And_Get
174: ( p_count => x_msg_count,
175: p_data => x_msg_data
176: );