DBA Data[Home] [Help]

APPS.JTF_CAL_ITEMS_PVT dependencies on STANDARD

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

92:
93: BEGIN
94: SAVEPOINT create_calitems_pvt;
95: /***************************************************************************
96: ** Standard call to check for call compatibility
97: ***************************************************************************/
98: IF NOT FND_API.Compatible_API_Call( l_api_version
99: , p_api_version
100: , l_api_name

Line 219: ** Standard check of p_commit

215: ** Return the key value to the caller
216: ***************************************************************************/
217: x_cal_item_id := l_cal_item_id;
218: /***************************************************************************
219: ** Standard check of p_commit
220: ***************************************************************************/
221: IF FND_API.To_Boolean(p_commit)
222: THEN
223: COMMIT WORK;

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

222: THEN
223: COMMIT WORK;
224: END IF;
225: /***************************************************************************
226: ** Standard call to get message count and if count is 1, get message info
227: ***************************************************************************/
228: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
229: , p_data => x_msg_data
230: );

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

368:
369: SAVEPOINT update_calitems_pvt;
370:
371: /***************************************************************************
372: ** Standard call to check for call compatibility
373: ***************************************************************************/
374: IF NOT FND_API.Compatible_API_Call( l_api_version
375: , p_api_version
376: , l_api_name

Line 470: ** Standard check of p_commit

466: THEN
467: RAISE NO_DATA_FOUND;
468: END IF;
469: /***************************************************************************
470: ** Standard check of p_commit
471: ***************************************************************************/
472: IF FND_API.To_Boolean(p_commit) THEN
473: COMMIT WORK;
474: END IF;

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

472: IF FND_API.To_Boolean(p_commit) THEN
473: COMMIT WORK;
474: END IF;
475: /***************************************************************************
476: ** Standard call to get message count and if count is 1, get message info
477: ***************************************************************************/
478: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
479: , p_data => x_msg_data
480: );

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

535: BEGIN
536: SAVEPOINT delete_calitems_pvt;
537:
538: /***************************************************************************
539: ** Standard call to check for call compatibility
540: ***************************************************************************/
541: IF NOT FND_API.Compatible_API_Call( l_api_version
542: , p_api_version
543: , l_api_name

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

643: WHERE cal_item_id = b_cal_item_id;
644:
645: BEGIN
646: /***************************************************************************
647: ** Standard call to check for call compatibility
648: ***************************************************************************/
649: IF NOT FND_API.Compatible_API_Call( l_api_version
650: , p_api_version
651: , l_api_name

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

689: CLOSE c_cal_item;
690: END IF;
691:
692: /***************************************************************************
693: ** Standard call to get message count and if count is 1, get message info
694: ***************************************************************************/
695: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
696: , p_data => x_msg_data
697: );