DBA Data[Home] [Help]

APPS.HZ_RELATIONSHIP_V2PUB dependencies on HZ_ORG_CONTACTS

Line 988: FROM HZ_ORG_CONTACTS

984:
985: BEGIN
986: SELECT 1
987: INTO l_count
988: FROM HZ_ORG_CONTACTS
989: WHERE CONTACT_NUMBER = l_contact_number;
990: l_count := 1;
991:
992: EXCEPTION

Line 1003: HZ_ORG_CONTACTS_PKG.Insert_Row (

999: p_org_contact_rec.created_by_module := p_relationship_rec.created_by_module;
1000: p_org_contact_rec.application_id := p_relationship_rec.application_id;
1001: p_org_contact_rec.party_rel_rec.status := p_relationship_rec.status;
1002: p_org_contact_rec.contact_number := l_contact_number;
1003: HZ_ORG_CONTACTS_PKG.Insert_Row (
1004: X_ORG_CONTACT_ID => p_org_contact_rec.org_contact_id,
1005: X_PARTY_RELATIONSHIP_ID => p_relationship_rec.relationship_id,
1006: X_COMMENTS => p_org_contact_rec.comments,
1007: X_CONTACT_NUMBER => p_org_contact_rec.contact_number,

Line 1056: HZ_POPULATE_BOT_PKG.pop_hz_org_contacts(

1052: END IF;
1053:
1054: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('EVENTS_ENABLED', 'BO_EVENTS_ENABLED')) THEN
1055: IF(p_relationship_rec.subject_type = 'PERSON' AND p_relationship_rec.object_type = 'ORGANIZATION') THEN
1056: HZ_POPULATE_BOT_PKG.pop_hz_org_contacts(
1057: p_operation => 'I',
1058: p_org_contact_id => p_org_contact_rec.org_contact_id);
1059: END IF;
1060: END IF;