DBA Data[Home] [Help]

APPS.HZ_RELATIONSHIP_V2PUB dependencies on HZ_BUSINESS_EVENT_V2PVT

Line 1051: HZ_BUSINESS_EVENT_V2PVT.create_org_contact_event (p_org_contact_rec);

1047: );
1048:
1049: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('EVENTS_ENABLED', 'Y')) THEN
1050: -- Invoke business event system.
1051: HZ_BUSINESS_EVENT_V2PVT.create_org_contact_event (p_org_contact_rec);
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

Line 3071: HZ_BUSINESS_EVENT_V2PVT.create_relationship_event (

3067: -- Bug 2197181: Added below condition for Mix-n-Match
3068: g_rel_is_datasource_selected = 'Y' */
3069: THEN
3070: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('EVENTS_ENABLED', 'Y')) THEN
3071: HZ_BUSINESS_EVENT_V2PVT.create_relationship_event (
3072: l_rel_rec, l_created_party );
3073: END IF;
3074:
3075: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('EVENTS_ENABLED', 'BO_EVENTS_ENABLED')) THEN

Line 3358: HZ_BUSINESS_EVENT_V2PVT.update_relationship_event (

3354: -- Bug 2197181: Added below condition for Mix-n-Match
3355: g_rel_is_datasource_selected = 'Y' */
3356: THEN
3357: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('EVENTS_ENABLED', 'Y')) THEN
3358: HZ_BUSINESS_EVENT_V2PVT.update_relationship_event (
3359: l_rel_rec, l_old_rel_rec );
3360: END IF;
3361:
3362: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('EVENTS_ENABLED', 'BO_EVENTS_ENABLED')) THEN