DBA Data[Home] [Help]

APPS.HZ_RELATIONSHIP_V2PUB dependencies on HZ_ORG_CONTACTS

Line 986: FROM HZ_ORG_CONTACTS

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

Line 1001: HZ_ORG_CONTACTS_PKG.Insert_Row (

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

Line 1054: HZ_POPULATE_BOT_PKG.pop_hz_org_contacts(

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