DBA Data[Home] [Help]

APPS.JTF_UM_UTIL_PVT dependencies on STANDARD

Line 575: -- Standard Start of API savepoint

571: -- Write to debug log
572: -- JTF_DEBUG_PUB.add_debug_msg('EVENT', G_MODULE, 'Entering API send_Password ...');
573: --
574:
575: -- Standard Start of API savepoint
576: SAVEPOINT get_wf_user;
577:
578: -- Standard call to check for call compatibility.
579: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 578: -- Standard call to check for call compatibility.

574:
575: -- Standard Start of API savepoint
576: SAVEPOINT get_wf_user;
577:
578: -- Standard call to check for call compatibility.
579: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
580: p_api_version_number,
581: l_api_name,
582: G_PKG_NAME)

Line 646: -- Standard check for p_commit

642: --
643: -- End of API body
644: --
645:
646: -- Standard check for p_commit
647: IF FND_API.to_Boolean( p_commit )
648: THEN
649: COMMIT WORK;
650: END IF;

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

648: THEN
649: COMMIT WORK;
650: END IF;
651:
652: -- Standard call to get message count and if count is 1, get message info.
653:
654: FND_MSG_PUB.Count_And_Get(
655: p_count => x_msg_count,
656: p_data => x_msg_data);

Line 796: -- Standard call to check for call compatibility.

792: BEGIN
793: -- Write to debug log
794: -- JTF_DEBUG_PUB.add_debug_msg('EVENT', G_MODULE, 'Entering API send_Password ...');
795:
796: -- Standard call to check for call compatibility.
797: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
798: p_api_version_number,
799: l_api_name,
800: G_PKG_NAME)

Line 807: -- Standard Start of API savepoint

803: END IF;
804:
805: -- call the user hook if it is a public api. Private APIs do not require a user hook call.
806:
807: -- Standard Start of API savepoint
808: SAVEPOINT GetAdHocUser;
809:
810: -- Initialize message list if p_init_msg_list is set to TRUE.
811: IF FND_API.to_Boolean (p_init_msg_list) THEN

Line 872: -- Standard check for p_commit

868: --
869: -- End of API body
870: --
871:
872: -- Standard check for p_commit
873: IF FND_API.to_Boolean (p_commit) THEN
874: COMMIT WORK;
875: END IF;
876:

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

873: IF FND_API.to_Boolean (p_commit) THEN
874: COMMIT WORK;
875: END IF;
876:
877: -- Standard call to get message count and if count is 1, get message info.
878: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count,
879: p_data => x_msg_data);
880:
881: -- call the user hook if it is a public api. Private APIs do not require a user hook call.

Line 1047: -- Standard call to check for call compatibility.

1043: BEGIN
1044: -- Write to debug log
1045: -- JTF_DEBUG_PUB.add_debug_msg('EVENT', G_MODULE, 'Entering API send_Password ...');
1046:
1047: -- Standard call to check for call compatibility.
1048: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
1049: p_api_version_number,
1050: l_api_name,
1051: G_PKG_NAME)

Line 1058: -- Standard Start of API savepoint

1054: END IF;
1055:
1056: -- call the user hook if it is a public api. Private APIs do not require a user hook call.
1057:
1058: -- Standard Start of API savepoint
1059: SAVEPOINT EMAIL_NOTIFICATION;
1060:
1061: -- Initialize message list if p_init_msg_list is set to TRUE.
1062: IF FND_API.to_Boolean (p_init_msg_list) THEN

Line 1146: -- Standard check for p_commit

1142: --
1143: -- End of API body
1144: --
1145:
1146: -- Standard check for p_commit
1147: IF FND_API.to_Boolean (p_commit) THEN
1148: COMMIT WORK;
1149: END IF;
1150:

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

1147: IF FND_API.to_Boolean (p_commit) THEN
1148: COMMIT WORK;
1149: END IF;
1150:
1151: -- Standard call to get message count and if count is 1, get message info.
1152: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count,
1153: p_data => x_msg_data);
1154:
1155: -- call the user hook if it is a public api. Private APIs do not require a user hook call.