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 521: -- Standard check for p_commit

517: --
518: -- End of API body
519: --
520:
521: -- Standard check for p_commit
522: IF FND_API.to_Boolean( p_commit )
523: THEN
524: COMMIT WORK;
525: END IF;

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

523: THEN
524: COMMIT WORK;
525: END IF;
526:
527: -- Standard call to get message count and if count is 1, get message info.
528:
529: FND_MSG_PUB.Count_And_Get(
530: p_count => x_msg_count,
531: p_data => x_msg_data);

Line 1144: -- Standard Start of API savepoint

1140: JTF_DEBUG_PUB.log_debug(2, G_MODULE, 'Entering API reset_Password ...');
1141: end if;
1142: --
1143:
1144: -- Standard Start of API savepoint
1145: SAVEPOINT reset_password;
1146:
1147: -- Standard call to check for call compatibility.
1148: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1143:
1144: -- Standard Start of API savepoint
1145: SAVEPOINT reset_password;
1146:
1147: -- Standard call to check for call compatibility.
1148: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1149: p_api_version_number,
1150: l_api_name,
1151: G_PKG_NAME)

Line 1304: -- Standard check for p_commit

1300: --
1301: -- End of API body
1302: --
1303:
1304: -- Standard check for p_commit
1305: IF FND_API.to_Boolean( p_commit )
1306: THEN
1307: COMMIT WORK;
1308: END IF;

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

1306: THEN
1307: COMMIT WORK;
1308: END IF;
1309:
1310: -- Standard call to get message count and if count is 1, get message info.
1311:
1312: FND_MSG_PUB.Count_And_Get(
1313: p_count => x_msg_count,
1314: p_data => x_msg_data);