DBA Data[Home] [Help]

APPS.JTF_CAL_GRANTS_PVT dependencies on STANDARD

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

205: AND program_tag = 'ACCESS LEVEL';
206:
207: BEGIN
208: /*****************************************************************************
209: ** Standard call to check for call compatibility
210: *****************************************************************************/
211: IF NOT FND_API.Compatible_API_Call( l_api_version
212: , p_api_version
213: , l_api_name

Line 392: ** Standard check of p_commit

388: END IF;
389: END LOOP ADD_TASKS_ACCESS;
390:
391: /*****************************************************************************
392: ** Standard check of p_commit
393: *****************************************************************************/
394: IF FND_API.To_Boolean(p_commit)
395: THEN
396: COMMIT WORK;

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

396: COMMIT WORK;
397: END IF;
398:
399: /*****************************************************************************
400: ** Standard call to get message count and if count is > 1, get message info
401: *****************************************************************************/
402: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
403: , p_data => x_msg_data
404: );

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

464: END IF;
465: END IF;
466:
467: /*****************************************************************************
468: ** Standard call to get message count and if count is > 1, get message info
469: *****************************************************************************/
470: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
471: , p_data => x_msg_data
472: );

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

569: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
570: END IF;
571:
572: /*****************************************************************************
573: ** Standard call to get message count and if count is > 1, get message info
574: *****************************************************************************/
575: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
576: , p_data => x_msg_data
577: );