DBA Data[Home] [Help]

APPS.IEM_GETCUST_PVT dependencies on STANDARD

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

104: and a.contact_point_id not in (select contact_level_table_id from HZ_CONTACT_PREFERENCES
105: where contact_level_table='HZ_CONTACT_POINTS' and status='A')
106: order by 2,1 DESC;
107: BEGIN
108: -- Standard call to check for call compatibility.
109: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
110: p_api_version_number,
111: l_api_name,
112: G_PKG_NAME)

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

154: x_party_id:=l_party_id;
155: ELSE
156: x_party_id:=FND_PROFILE.VALUE_SPECIFIC('IEM_DEFAULT_CUSTOMER_ID');
157: END IF;
158: -- Standard callto get message count and if count is 1, get message info.
159: FND_MSG_PUB.Count_And_Get
160: ( p_count => x_msg_count,
161: p_data => x_msg_data
162: );