DBA Data[Home] [Help]

APPS.JTF_UM_PASSWORD_PVT dependencies on STANDARD

Line 67: -- Standard Start of API savepoint

63: -- Write to debug log
64: -- JTF_DEBUG_PUB.add_debug_msg('EVENT', G_MODULE, 'Entering API Generate_Password ...');
65: -- JTF_DEBUG_PUB.add_debug_msg('Starting at '||sysdate);
66:
67: -- Standard Start of API savepoint
68: SAVEPOINT generate_password;
69:
70: -- Standard call to check for call compatibility.
71: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

66:
67: -- Standard Start of API savepoint
68: SAVEPOINT generate_password;
69:
70: -- Standard call to check for call compatibility.
71: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
72: p_api_version_number,
73: l_api_name,
74: G_PKG_NAME)

Line 120: -- Standard check for p_commit

116: --
117: -- End of API body
118: --
119:
120: -- Standard check for p_commit
121: IF FND_API.to_Boolean( p_commit )
122: THEN
123: COMMIT WORK;
124: END IF;

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

122: THEN
123: COMMIT WORK;
124: END IF;
125:
126: -- Standard call to get message count and if count is 1, get message info.
127:
128: FND_MSG_PUB.Count_And_Get(
129: p_count => x_msg_count,
130: p_data => x_msg_data);

Line 278: -- Standard Start of API savepoint

274: -- Write to debug log
275: -- JTF_DEBUG_PUB.add_debug_msg('EVENT', G_MODULE, 'Entering API send_Password ...');
276: --
277:
278: -- Standard Start of API savepoint
279: SAVEPOINT send_password;
280:
281: -- Standard call to check for call compatibility.
282: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

277:
278: -- Standard Start of API savepoint
279: SAVEPOINT send_password;
280:
281: -- Standard call to check for call compatibility.
282: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
283: p_api_version_number,
284: l_api_name,
285: G_PKG_NAME)

Line 526: -- Standard check for p_commit

522: --
523: -- End of API body
524: --
525:
526: -- Standard check for p_commit
527: IF FND_API.to_Boolean( p_commit )
528: THEN
529: COMMIT WORK;
530: END IF;

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

528: THEN
529: COMMIT WORK;
530: END IF;
531:
532: -- Standard call to get message count and if count is 1, get message info.
533:
534: FND_MSG_PUB.Count_And_Get(
535: p_count => x_msg_count,
536: p_data => x_msg_data);

Line 1093: -- Standard Start of API savepoint

1089: JTF_DEBUG_PUB.log_debug(2, G_MODULE, 'Entering API reset_Password ...');
1090: end if;
1091: --
1092:
1093: -- Standard Start of API savepoint
1094: SAVEPOINT reset_password;
1095:
1096: -- Standard call to check for call compatibility.
1097: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1092:
1093: -- Standard Start of API savepoint
1094: SAVEPOINT reset_password;
1095:
1096: -- Standard call to check for call compatibility.
1097: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1098: p_api_version_number,
1099: l_api_name,
1100: G_PKG_NAME)

Line 1253: -- Standard check for p_commit

1249: --
1250: -- End of API body
1251: --
1252:
1253: -- Standard check for p_commit
1254: IF FND_API.to_Boolean( p_commit )
1255: THEN
1256: COMMIT WORK;
1257: END IF;

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

1255: THEN
1256: COMMIT WORK;
1257: END IF;
1258:
1259: -- Standard call to get message count and if count is 1, get message info.
1260:
1261: FND_MSG_PUB.Count_And_Get(
1262: p_count => x_msg_count,
1263: p_data => x_msg_data);