DBA Data[Home] [Help]

APPS.JTF_CAL_AVLBLTY_PVT dependencies on STANDARD

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

214: END UpdateList;
215:
216: BEGIN
217: /*****************************************************************************
218: ** Standard call to check for call compatibility
219: *****************************************************************************/
220: IF NOT FND_API.Compatible_API_Call( l_api_version
221: , p_api_version
222: , l_api_name

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

379: END LOOP RESOURCE_TASKS;
380: END LOOP RESOURCES;
381:
382: /*****************************************************************************
383: ** Standard call to get message count and if count is > 1, get message info
384: *****************************************************************************/
385: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
386: , p_data => x_msg_data
387: );