DBA Data[Home] [Help]

APPS.CAC_VIEW_AVAIL_PVT dependencies on STANDARD

Line 247: ** Standard call to check for call compatibility

243: );
244:
245: BEGIN
246: /*****************************************************************************
247: ** Standard call to check for call compatibility
248: *****************************************************************************/
249: IF NOT FND_API.Compatible_API_Call( l_api_version
250: , p_api_version
251: , l_api_name

Line 413: ** Standard call to get message count and if count is > 1, get message info

409:
410: END LOOP RESOURCES;
411:
412: /*****************************************************************************
413: ** Standard call to get message count and if count is > 1, get message info
414: *****************************************************************************/
415: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
416: , p_data => x_msg_data
417: );

Line 506: ** Standard call to check for call compatibility

502: );
503:
504: BEGIN
505: /*****************************************************************************
506: ** Standard call to check for call compatibility
507: *****************************************************************************/
508: IF NOT FND_API.Compatible_API_Call( l_api_version
509: , p_api_version
510: , l_api_name

Line 679: ** Standard call to get message count and if count is > 1, get message info

675:
676: END LOOP RESOURCES;
677:
678: /*****************************************************************************
679: ** Standard call to get message count and if count is > 1, get message info
680: *****************************************************************************/
681: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
682: , p_data => x_msg_data
683: );

Line 741: ** Standard call to check for call compatibility

737: i NUMBER := 0;
738:
739: BEGIN
740: /*****************************************************************************
741: ** Standard call to check for call compatibility
742: *****************************************************************************/
743: IF NOT FND_API.Compatible_API_Call( l_api_version
744: , p_api_version
745: , l_api_name

Line 789: ** Standard call to get message count and if count is > 1, get message info

785: , x_msg_data => x_msg_data
786: );
787:
788: /*****************************************************************************
789: ** Standard call to get message count and if count is > 1, get message info
790: *****************************************************************************/
791: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
792: , p_data => x_msg_data
793: );