DBA Data[Home] [Help]

APPS.HZ_PARTY_CONTACT_V2PUB dependencies on HZ_DQM_SYNC

Line 420: HZ_DQM_SYNC.sync_contact(p_org_contact_rec.org_contact_id, 'C');

416: END IF;
417:
418: --Bug13117445
419: --DQM Sync call added
420: HZ_DQM_SYNC.sync_contact(p_org_contact_rec.org_contact_id, 'C');
421:
422: if p_org_contact_rec.orig_system is not null
423: and p_org_contact_rec.orig_system <>fnd_api.g_miss_char
424: then

Line 1229: HZ_DQM_SYNC.sync_contact(l_org_contact_rec.org_contact_id, 'C');

1225: --Bug 5370799
1226: --Bug 13117445
1227: --Commented Sync_contact call as it will be called in do_create_org_contact just after org_cotact insertion
1228: /* IF (p_org_contact_rec.orig_system IS NULL OR p_org_contact_rec.orig_system=FND_API.G_MISS_CHAR) THEN
1229: HZ_DQM_SYNC.sync_contact(l_org_contact_rec.org_contact_id, 'C');
1230: END IF;
1231: */
1232: -- standard call to get message count and if count is 1, get message info.
1233: FND_MSG_PUB.Count_And_Get(

Line 1479: HZ_DQM_SYNC.sync_contact(l_org_contact_rec.org_contact_id, 'U');

1475: END IF;
1476: END IF;
1477:
1478: -- Call to indicate Org Contact update to DQM
1479: HZ_DQM_SYNC.sync_contact(l_org_contact_rec.org_contact_id, 'U');
1480:
1481: -- standard call to get message count and if count is 1, get message info.
1482: FND_MSG_PUB.Count_And_Get(
1483: p_encoded => FND_API.G_FALSE,