DBA Data[Home] [Help]

APPS.CN_CALC_POPULATE_PVT dependencies on STANDARD

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

435: AND de.ancestor_external_id = qr.revenue_class_id;
436:
437: l_role_count NUMBER := 0;
438: BEGIN
439: -- Standard call to check for call compatibility.
440: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
441: p_api_version ,
442: l_api_name ,
443: G_PKG_NAME )

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

1042: (g_calc_type = 'FORECAST' AND line.trx_type = 'FORECAST')));
1043:
1044: commit;
1045:
1046: -- Standard call to get message count and if count is 1, get message info.
1047: FND_MSG_PUB.Count_And_Get
1048: ( p_count => x_msg_count ,
1049: p_data => x_msg_data ,
1050: p_encoded => FND_API.G_FALSE