DBA Data[Home] [Help]

APPS.HZ_CONTACT_POINT_V2PUB dependencies on HZ_DQM_SYNC

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

2756: --Bug 4866187
2757: --Bug 5370799
2758: IF (p_contact_point_rec.orig_system IS NULL OR p_contact_point_rec.orig_system=FND_API.G_MISS_CHAR)
2759: THEN
2760: hz_dqm_sync.sync_contact_point(l_contact_point_rec.contact_point_id, 'C');
2761: END IF;
2762: END IF;
2763:
2764: -- Standard call to get message count and if count is 1, get message info.

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

3087: p_operation => 'U',
3088: p_contact_point_id => l_contact_point_rec.contact_point_id);
3089: END IF;
3090: -- Call to indicate contact point update to DQM
3091: hz_dqm_sync.sync_contact_point(l_contact_point_rec.contact_point_id, 'U');
3092:
3093: END IF;
3094:
3095: -- Standard call to get message count and if count is 1, get message info.