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 1107: -- Standard call to get message count and if count is 1, get message info.

1103: (g_calc_type = 'FORECAST' AND line.trx_type = 'FORECAST')));
1104:
1105: commit;
1106:
1107: -- Standard call to get message count and if count is 1, get message info.
1108: FND_MSG_PUB.Count_And_Get
1109: ( p_count => x_msg_count ,
1110: p_data => x_msg_data ,
1111: p_encoded => FND_API.G_FALSE