DBA Data[Home] [Help]

APPS.HZ_CONTACT_POINT_V2PUB dependencies on HZ_DQM_SYNC

Line 886: hz_dqm_sync.sync_contact_point(x_contact_point_id, 'C');

882: p_msg_level=>fnd_log.level_procedure);
883: END IF;
884: --Bug13117445
885: --Added DQM Sync call
886: hz_dqm_sync.sync_contact_point(x_contact_point_id, 'C');
887:
888: if p_contact_point_rec.orig_system is not null
889: and p_contact_point_rec.orig_system <>fnd_api.g_miss_char
890: then

Line 2915: hz_dqm_sync.sync_contact_point(l_contact_point_rec.contact_point_id, 'C');

2911: --Bug 13117445
2912: --Commented sync_contact_point call as it will be called in do_create_contact_point just after contact_point insertion
2913: /* IF (p_contact_point_rec.orig_system IS NULL OR p_contact_point_rec.orig_system=FND_API.G_MISS_CHAR)
2914: THEN
2915: hz_dqm_sync.sync_contact_point(l_contact_point_rec.contact_point_id, 'C');
2916: END IF;
2917: */
2918: END IF;
2919:

Line 3247: hz_dqm_sync.sync_contact_point(l_contact_point_rec.contact_point_id, 'U');

3243: p_operation => 'U',
3244: p_contact_point_id => l_contact_point_rec.contact_point_id);
3245: END IF;
3246: -- Call to indicate contact point update to DQM
3247: hz_dqm_sync.sync_contact_point(l_contact_point_rec.contact_point_id, 'U');
3248:
3249: END IF;
3250:
3251: -- Standard call to get message count and if count is 1, get message info.