DBA Data[Home] [Help]

APPS.IEM_GETCUST_PVT dependencies on STANDARD

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

91: and a.contact_point_id not in (select contact_level_table_id from HZ_CONTACT_PREFERENCES
92: where contact_level_table='HZ_CONTACT_POINTS' and status='A')
93: order by 2,1 DESC;
94: BEGIN
95: -- Standard call to check for call compatibility.
96: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
97: p_api_version_number,
98: l_api_name,
99: G_PKG_NAME)

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

141: x_party_id:=l_party_id;
142: ELSE
143: x_party_id:=FND_PROFILE.VALUE_SPECIFIC('IEM_DEFAULT_CUSTOMER_ID');
144: END IF;
145: -- Standard callto get message count and if count is 1, get message info.
146: FND_MSG_PUB.Count_And_Get
147: ( p_count => x_msg_count,
148: p_data => x_msg_data
149: );