DBA Data[Home] [Help]

APPS.HZ_RELATIONSHIP_V2PUB dependencies on HZ_BUSINESS_EVENT_V2PVT

Line 1049: HZ_BUSINESS_EVENT_V2PVT.create_org_contact_event (p_org_contact_rec);

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

Line 3046: HZ_BUSINESS_EVENT_V2PVT.create_relationship_event (

3042: -- Bug 2197181: Added below condition for Mix-n-Match
3043: g_rel_is_datasource_selected = 'Y' */
3044: THEN
3045: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('EVENTS_ENABLED', 'Y')) THEN
3046: HZ_BUSINESS_EVENT_V2PVT.create_relationship_event (
3047: l_rel_rec, l_created_party );
3048: END IF;
3049:
3050: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('EVENTS_ENABLED', 'BO_EVENTS_ENABLED')) THEN

Line 3333: HZ_BUSINESS_EVENT_V2PVT.update_relationship_event (

3329: -- Bug 2197181: Added below condition for Mix-n-Match
3330: g_rel_is_datasource_selected = 'Y' */
3331: THEN
3332: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('EVENTS_ENABLED', 'Y')) THEN
3333: HZ_BUSINESS_EVENT_V2PVT.update_relationship_event (
3334: l_rel_rec, l_old_rel_rec );
3335: END IF;
3336:
3337: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('EVENTS_ENABLED', 'BO_EVENTS_ENABLED')) THEN