DBA Data[Home] [Help]

APPS.IEM_SUGG_DOC_RANK_PVT dependencies on STANDARD

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

35: where message_id=p_message_id and classification_id=l_class_id order by to_number(score) desc)
36: where rownum<=5);
37:
38: BEGIN
39: -- Standard call to check for call compatibility.
40: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
41: p_api_version_number,
42: l_api_name,
43: G_PKG_NAME)

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

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