DBA Data[Home] [Help]

APPS.HZ_CUST_ACCOUNT_MERGE_V2PVT dependencies on HZ_DQM_SYNC

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

1558: END IF;
1559: END IF;
1560:
1561: -- Call to indicate Org Contact creation to DQM
1562: HZ_DQM_SYNC.sync_contact(l_org_contact_rec.org_contact_id, 'C');
1563:
1564: -- standard call to get message count and if count is 1, get message info.
1565: FND_MSG_PUB.Count_And_Get(
1566: p_encoded => FND_API.G_FALSE,

Line 2133: HZ_DQM_SYNC.sync_party_site(l_party_site_rec.party_site_id,'C');

2129: END IF;
2130: END IF;
2131:
2132: -- Call to indicate Party Site creation to DQM
2133: HZ_DQM_SYNC.sync_party_site(l_party_site_rec.party_site_id,'C');
2134:
2135: -- standard call to get message count and if count is 1, get message info.
2136: FND_MSG_PUB.Count_And_Get(
2137: p_encoded => FND_API.G_FALSE,

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

3786: END IF;
3787: END IF;
3788:
3789: -- Call to indicate contact point creation to DQM
3790: hz_dqm_sync.sync_contact_point(l_contact_point_rec.contact_point_id, 'C');
3791:
3792: -- Standard call to get message count and if count is 1, get message info.
3793: fnd_msg_pub.count_and_get(
3794: p_encoded => fnd_api.g_false,