DBA Data[Home] [Help]

APPS.WMS_PURGE_PVT dependencies on STANDARD

Line 39: -- Standard Start of API savepoint

35: inv_trx_util_pub.trace(l_api_name || ' Entered ' || g_pkg_version, l_api_name, 4);
36: inv_trx_util_pub.trace('ver='||p_api_version||' initmsg='||p_init_msg_list||' commit='||p_commit||' caller='||p_caller||' tabfst='||p_lpn_id_table.first||' tablst='||p_lpn_id_table.last, l_api_name, 4);
37: END IF;
38:
39: -- Standard Start of API savepoint
40: SAVEPOINT Check_Purge_LPN_PVT;
41:
42: -- Standard call to check for call compatibility.
43: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN

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

38:
39: -- Standard Start of API savepoint
40: SAVEPOINT Check_Purge_LPN_PVT;
41:
42: -- Standard call to check for call compatibility.
43: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
44: fnd_message.set_name('WMS', 'WMS_CONT_INCOMPATIBLE_API_CALL');
45: fnd_msg_pub.ADD;
46: RAISE fnd_api.g_exc_unexpected_error;

Line 110: -- Standard call to get message count and data

106: -- Undo select for update
107: ROLLBACK TO Check_Purge_LPN_PVT;
108: END IF;
109:
110: -- Standard call to get message count and data
111: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
112: EXCEPTION
113: WHEN OTHERS THEN
114: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 144: -- Standard Start of API savepoint

140: inv_trx_util_pub.trace(l_api_name || ' Entered ' || g_pkg_version, l_api_name, 4);
141: inv_trx_util_pub.trace('ver='||p_api_version||' initmsg='||p_init_msg_list||' commit='||p_commit||' caller='||p_caller||' tabfst='||p_lpn_id_table.first||' tablst='||p_lpn_id_table.last, l_api_name, 4);
142: END IF;
143:
144: -- Standard Start of API savepoint
145: SAVEPOINT PURGE_LPNS_PVT;
146:
147: -- Standard call to check for call compatibility.
148: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN

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

143:
144: -- Standard Start of API savepoint
145: SAVEPOINT PURGE_LPNS_PVT;
146:
147: -- Standard call to check for call compatibility.
148: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
149: fnd_message.set_name('WMS', 'WMS_CONT_INCOMPATIBLE_API_CALL');
150: fnd_msg_pub.ADD;
151: RAISE fnd_api.g_exc_unexpected_error;