DBA Data[Home] [Help]

APPS.JTF_UM_ROLE_VERIFICATION dependencies on STANDARD

Line 66: -- Standard Start of API savepoint

62: -- Initialize the flag to value 'N' which means that the principal
63: -- passed in is not referred by any of UM columns
64: -- x_if_referred_flag := 'N';
65:
66: -- Standard Start of API savepoint
67: SAVEPOINT IS_AUTH_PRINCIPAL_REFERRED;
68:
69: -- Initialize message list -- if p_init_msg_list is set to TRUE.
70: FND_MSG_PUB.initialize;

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

173: --
174:
175: -- business logic ends
176:
177: -- Standard call to get message count and if count is 1, get message info.
178: FND_MSG_PUB.Count_And_Get(
179: p_count => x_msg_count,
180: p_data => x_msg_data);
181: