DBA Data[Home] [Help]

APPS.AMS_REGISTRANTS_PUB dependencies on AMS_UTILITY_PVT

Line 42: THEN AMS_Utility_PVT.debug_message(p_log_message);

38: l_api_name := p_api_name;
39: l_log_msg := p_log_message;
40:
41: IF (AMS_DEBUG_HIGH_ON)
42: THEN AMS_Utility_PVT.debug_message(p_log_message);
43: END IF;
44: AMS_Utility_PVT.debug_message(
45: p_log_level => g_log_level,
46: p_module_name => G_FILE_NAME ||'.'||g_pkg_name||'.'||l_api_name||'.',

Line 44: AMS_Utility_PVT.debug_message(

40:
41: IF (AMS_DEBUG_HIGH_ON)
42: THEN AMS_Utility_PVT.debug_message(p_log_message);
43: END IF;
44: AMS_Utility_PVT.debug_message(
45: p_log_level => g_log_level,
46: p_module_name => G_FILE_NAME ||'.'||g_pkg_name||'.'||l_api_name||'.',
47: p_text => p_log_message
48: );

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

233: END IF;
234:
235: /*
236: IF (AMS_DEBUG_HIGH_ON) THEN
237: AMS_Utility_PVT.debug_message(l_full_name || ': start');
238: END IF ;*/
239: Write_log(L_API_NAME, l_full_name || ': start');
240:
241: l_return_status := FND_API.g_ret_sts_success;

Line 245: AMS_Utility_PVT.Error_Message('AMS_EVEO_NO_SOURCE_CODE');

241: l_return_status := FND_API.g_ret_sts_success;
242:
243: IF (p_reg_det_rec.event_source_code IS NULL)
244: THEN
245: AMS_Utility_PVT.Error_Message('AMS_EVEO_NO_SOURCE_CODE');
246: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
247: ELSE
248: l_event_id := AMS_Registrants_PVT.Get_Event_Det(p_reg_det_rec.event_source_code);
249: END IF;

Line 284: AMS_Utility_PVT.error_message('AMS_REG_B2B_IMP_TIP');

280:
281: IF l_dummy2 IS NULL OR l_dummy2 = 0
282: THEN
283: -- Throw an Error
284: AMS_Utility_PVT.error_message('AMS_REG_B2B_IMP_TIP');
285: RAISE FND_API.g_exc_error;
286: END IF;
287: END IF;
288: -- soagrawa end 09-jun-2003 bug# 2997411

Line 300: AMS_Utility_PVT.Error_Message('AMS_INVALID_REG_CONTACT_ID');

296: INTO l_dummy;
297:
298: CLOSE c_contact_id_exists;
299: IF l_dummy is null THEN
300: AMS_Utility_PVT.Error_Message('AMS_INVALID_REG_CONTACT_ID');
301: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
302: END IF;
303:
304: ELSE

Line 323: AMS_Utility_PVT.error_message('AMS_EVT_REG_NO_PARTY');

319: OR (l_return_status <> FND_API.g_ret_sts_success)
320: )
321: THEN
322: -- Throw an Error
323: AMS_Utility_PVT.error_message('AMS_EVT_REG_NO_PARTY');
324: RAISE FND_API.g_exc_error;
325: END IF; -- l_reg_contact_id error
326: END IF; -- registrant ids
327: -- What do we do here? How do we get the ORG id if it exists?

Line 370: AMS_Utility_PVT.error_message('AMS_ATT_B2B_IMP_TIP');

366:
367: IF l_dummy2 IS NULL OR l_dummy2 = 0
368: THEN
369: -- Throw an Error
370: AMS_Utility_PVT.error_message('AMS_ATT_B2B_IMP_TIP');
371: RAISE FND_API.g_exc_error;
372: END IF;
373: END IF;
374: -- soagrawa end 09-jun-2003 bug# 2997411

Line 386: AMS_Utility_PVT.Error_Message('AMS_INVALID_ATT_CONTACT_ID');

382: INTO l_dummy;
383:
384: CLOSE c_contact_id_exists;
385: IF l_dummy is null THEN
386: AMS_Utility_PVT.Error_Message('AMS_INVALID_ATT_CONTACT_ID');
387: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
388: END IF;
389:
390: -- end bug 2839226

Line 421: AMS_Utility_PVT.error_message('AMS_EVT_ATT_NO_PARTY');

417: OR (l_return_status <> FND_API.g_ret_sts_success)
418: )
419: THEN
420: -- Throw an Error
421: AMS_Utility_PVT.error_message('AMS_EVT_ATT_NO_PARTY');
422: RAISE FND_API.g_exc_error;
423: END IF; -- l_reg_contact_id error
424: --IF ( (l_att_contact_id is null)
425: -- OR (l_return_status <> FND_API.g_ret_sts_success)

Line 475: AMS_Utility_PVT.debug_message('Event Registration ID: ' || l_event_registration_id);

471: l_system_status_code;
472: Close c_event_registration_id_exists;
473: /**
474: IF (AMS_DEBUG_HIGH_ON) THEN
475: AMS_Utility_PVT.debug_message('Event Registration ID: ' || l_event_registration_id);
476: END IF;*/
477: Write_log(L_API_NAME, 'Event Registration ID: ' || l_event_registration_id);
478:
479: END IF; -- l_event_registration_id

Line 489: AMS_Utility_PVT.error_message('AMS_EVT_REG_CANC_NO_CODE');

485: -- Call cancel
486: IF (l_event_registration_id is null)
487: THEN
488: -- throw error - cannot cancel a registration that doesn't exist
489: AMS_Utility_PVT.error_message('AMS_EVT_REG_CANC_NO_CODE');
490: RAISE FND_API.g_exc_error;
491: END IF; -- l_event_registration_id
492: AMS_EvtRegs_PUB.Cancel_Registration( P_Api_Version_Number => 1.0
493: , P_Init_Msg_List => FND_API.G_FALSE

Line 573: AMS_Utility_PVT.debug_message('Value of l_update_reg_rec is '||l_update_reg_rec);

569: l_update_reg_rec := p_reg_det_rec.update_reg_rec;
570: END IF;
571:
572: /*
573: AMS_Utility_PVT.debug_message('Value of l_update_reg_rec is '||l_update_reg_rec);
574: */
575: Write_log(L_API_NAME, 'Value of l_update_reg_rec is '||l_update_reg_rec);
576:
577: IF l_update_reg_rec = 'C'

Line 582: AMS_Utility_PVT.debug_message('Calling AMS_EvtRegs_PUB.Register');

578: THEN
579:
580: /*
581: IF (AMS_DEBUG_HIGH_ON) THEN
582: AMS_Utility_PVT.debug_message('Calling AMS_EvtRegs_PUB.Register');
583: END IF;
584: */
585: Write_log(L_API_NAME, 'Calling AMS_EvtRegs_PUB.Register');
586:

Line 641: AMS_Utility_PVT.debug_message('Calling AMS_EvtRegs_PUB.Register');

637: IF l_reg_status = 'CANCELLED'
638: THEN
639: /*
640: IF (AMS_DEBUG_HIGH_ON) THEN
641: AMS_Utility_PVT.debug_message('Calling AMS_EvtRegs_PUB.Register');
642: END IF;
643: */
644: Write_log(L_API_NAME, 'Calling AMS_EvtRegs_PUB.Register');
645:

Line 689: AMS_Utility_PVT.debug_message('Throwing error ');

685:
686: ELSE
687: /*
688: IF (AMS_DEBUG_HIGH_ON) THEN
689: AMS_Utility_PVT.debug_message('Throwing error ');
690: END IF;
691: */
692: Write_log(L_API_NAME, 'Throwing error ');
693:

Line 708: AMS_Utility_PVT.debug_message('Calling AMS_EvtRegs_PUB.Update_Registration');

704: ELSE -- default is update 'U'
705:
706: /*
707: IF (AMS_DEBUG_HIGH_ON) THEN
708: AMS_Utility_PVT.debug_message('Calling AMS_EvtRegs_PUB.Update_Registration');
709: AMS_Utility_PVT.debug_message('object version number: ' || l_evt_regs_rec.object_version_number);
710: END IF ;
711: */
712: Write_log(L_API_NAME, 'Calling AMS_EvtRegs_PUB.Update_Registration');

Line 709: AMS_Utility_PVT.debug_message('object version number: ' || l_evt_regs_rec.object_version_number);

705:
706: /*
707: IF (AMS_DEBUG_HIGH_ON) THEN
708: AMS_Utility_PVT.debug_message('Calling AMS_EvtRegs_PUB.Update_Registration');
709: AMS_Utility_PVT.debug_message('object version number: ' || l_evt_regs_rec.object_version_number);
710: END IF ;
711: */
712: Write_log(L_API_NAME, 'Calling AMS_EvtRegs_PUB.Update_Registration');
713: Write_log(L_API_NAME, 'object version number: ' || l_evt_regs_rec.object_version_number);

Line 729: AMS_Utility_PVT.debug_message('Calling AMS_EvtRegs_PUB.Register');

725: END IF;
726: ELSE
727: /*
728: IF (AMS_DEBUG_HIGH_ON) THEN
729: AMS_Utility_PVT.debug_message('Calling AMS_EvtRegs_PUB.Register');
730: END IF;
731: */
732: Write_log(L_API_NAME,'Calling AMS_EvtRegs_PUB.Register');
733: AMS_EvtRegs_PUB.Register( P_Api_Version_Number => 1.0

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

768: x_return_status := l_return_status;
769:
770: /*
771: IF (AMS_DEBUG_HIGH_ON) THEN
772: AMS_Utility_PVT.debug_message(l_full_name || ': end');
773: END IF;
774: */
775: Write_log(L_API_NAME, l_full_name || ': end');
776: