DBA Data[Home] [Help]

APPS.CN_OVER_ASSIGN_PVT dependencies on STANDARD

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

390: l_check NUMBER;
391:
392: BEGIN
393:
394: -- Standard call to check for call compatibility.
395: IF NOT FND_API.Compatible_API_Call( l_api_version ,p_api_version ,
396: l_api_name ,G_PKG_NAME ) THEN
397: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
398: END IF;

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

741: -- ************************************
742:
743: END LOOP; -- end of each quota category
744: END IF;
745: -- Standard call to get message count and if count is 1 get message info.
746: FND_MSG_PUB.Count_And_Get
747: ( p_count => x_msg_count ,
748: p_data => x_msg_data ,
749: p_encoded => FND_API.G_FALSE