DBA Data[Home] [Help]

APPS.AS_SALES_LEAD_REFERRAL dependencies on STANDARD

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

485: l_ptnr_full_name varchar2(100);
486:
487: BEGIN
488: l_mesg_data := l_mesg_data ||'start notify party';
489: -- Standard call to check for call compatibility.
490: IF NOT FND_API.Compatible_API_Call ( l_api_version,
491: p_api_version,
492: l_api_name,
493: G_PKG_NAME)

Line 914: -- Standard call to get message count and if count is 1, get message info.

910:
911: end if;
912:
913:
914: -- Standard call to get message count and if count is 1, get message info.
915: FND_MSG_PUB.Count_And_Get
916: ( p_count => x_msg_count,
917: p_data => x_msg_data
918: );