DBA Data[Home] [Help]

APPS.JTF_NOTES_SECURITY_PVT dependencies on STANDARD

Line 30: -- Standard call to check for call compatibility

26:
27: BEGIN
28:
29: --
30: -- Standard call to check for call compatibility
31: --
32: IF NOT FND_API.Compatible_API_Call( l_api_version
33: , p_api_version
34: , l_api_name

Line 193: -- Standard call to get message count and if count is 1, get message info

189: END IF;
190: END IF;
191:
192: --
193: -- Standard call to get message count and if count is 1, get message info
194: --
195: x_return_status := FND_API.G_RET_STS_SUCCESS;
196: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
197: , p_data => x_msg_data

Line 275: -- Standard call to check for call compatibility

271: l_msg_data VARCHAR2(2000);
272:
273: BEGIN
274: --
275: -- Standard call to check for call compatibility
276: --
277: IF NOT FND_API.Compatible_API_Call( l_api_version
278: , p_api_version
279: , l_api_name

Line 326: -- Standard call to get message count and if count is 1, get message info

322:
323: END IF;
324:
325: --
326: -- Standard call to get message count and if count is 1, get message info
327: --
328: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
329: , p_data => x_msg_data
330: );

Line 415: -- Standard call to check for call compatibility

411: l_privilege_tbl FND_DATA_SECURITY.FND_PRIVILEGE_NAME_TABLE_TYPE;
412:
413: BEGIN
414: --
415: -- Standard call to check for call compatibility
416: --
417: IF NOT FND_API.Compatible_API_Call( l_api_version
418: , p_api_version
419: , l_api_name

Line 467: -- Standard call to get message count and if count is 1, get message info

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

Line 556: -- Standard call to check for call compatibility

552: l_msg_data VARCHAR2(2000);
553:
554: BEGIN
555: --
556: -- Standard call to check for call compatibility
557: --
558: IF NOT FND_API.Compatible_API_Call( l_api_version
559: , p_api_version
560: , l_api_name

Line 605: -- Standard call to get message count and if count is 1, get message info

601: x_grant := 0;
602: END IF;
603:
604: --
605: -- Standard call to get message count and if count is 1, get message info
606: --
607: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
608: , p_data => x_msg_data
609: );

Line 694: -- Standard call to check for call compatibility

690: l_predicate VARCHAR2(32767);
691:
692: BEGIN
693: --
694: -- Standard call to check for call compatibility
695: --
696: IF NOT FND_API.Compatible_API_Call( l_api_version
697: , p_api_version
698: , l_api_name

Line 767: -- Standard call to get message count and if count is 1, get message info

763: CLOSE cv_note_types;
764:
765: END IF;
766:
767: -- Standard call to get message count and if count is 1, get message info
768: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
769: , p_data => x_msg_data
770: );
771: