DBA Data[Home] [Help]

APPS.HZ_ORIG_SYSTEM_REF_PVT dependencies on HZ_UTILITY_V2PUB

Line 588: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('Y', 'EVENTS_ENABLED')) THEN

584: x_attribute20 => p_orig_sys_reference_rec.attribute20
585: );
586:
587: --Bug 4743141.
588: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('Y', 'EVENTS_ENABLED')) THEN
589: HZ_BUSINESS_EVENT_V2PVT.create_orig_system_ref_event(p_orig_sys_reference_rec);
590: END IF;
591:
592:

Line 847: if HZ_UTILITY_V2PUB.is_purchased_content_source(l_orig_system) = 'Y'

843: if p_orig_sys_reference_rec.orig_system_reference is not null and
844: p_orig_sys_reference_rec.orig_system_reference <> fnd_api.g_miss_char and
845: p_orig_sys_reference_rec.orig_system_reference <> l_orig_system_reference
846: then
847: if HZ_UTILITY_V2PUB.is_purchased_content_source(l_orig_system) = 'Y'
848: then
849: FND_MESSAGE.SET_NAME('AR', 'HZ_SSM_NO_UPDATE_PUR');
850: FND_MSG_PUB.ADD;
851: RAISE FND_API.G_EXC_ERROR;

Line 923: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('Y', 'EVENTS_ENABLED')) THEN

919: x_msg_data => l_msg_data);
920:
921:
922: --Bug 4743141.
923: IF(HZ_UTILITY_V2PUB.G_EXECUTE_API_CALLOUTS in ('Y', 'EVENTS_ENABLED')) THEN
924: HZ_BUSINESS_EVENT_V2PVT.update_orig_system_ref_event(l_orig_sys_reference_rec, l_old_orig_sys_reference_rec);
925: END IF;
926:
927: -- VJN : THIS IS A FIX FOR 3480975