DBA Data[Home] [Help]

APPS.AMS_DIALOG_REGS_PUB dependencies on AMS_UTILITY_PVT

Line 76: AMS_Utility_PVT.debug_message(l_full_name || ': start');

72:
73: BEGIN
74:
75: SAVEPOINT Register_Dialog_Regs_PUB;
76: AMS_Utility_PVT.debug_message(l_full_name || ': start');
77:
78: -- Standard call to check for call compatibility.
79: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
80: p_api_version_number,

Line 142: AMS_Utility_PVT.debug_message(l_full_name || ': end');

138: );
139:
140: x_return_status := l_return_status;
141:
142: AMS_Utility_PVT.debug_message(l_full_name || ': end');
143:
144: EXCEPTION
145:
146: WHEN FND_API.g_exc_error

Line 240: AMS_Utility_PVT.debug_message(l_full_name || ': start');

236:
237: BEGIN
238:
239: SAVEPOINT IsRegistered_Dialog_Regs_PUB;
240: AMS_Utility_PVT.debug_message(l_full_name || ': start');
241:
242: -- Standard call to check for call compatibility.
243: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
244: p_api_version_number,

Line 283: AMS_Utility_PVT.debug_message(l_full_name || ': end');

279: );
280:
281: x_return_status := l_return_status;
282:
283: AMS_Utility_PVT.debug_message(l_full_name || ': end');
284:
285: END IsRegistered;
286:
287: Procedure transform_record( p_reg_det_rec IN RegistrationDetails