DBA Data[Home] [Help]

APPS.CSI_II_RELATIONSHIPS_PUB dependencies on CSI_BUSINESS_EVENT_PVT

Line 375: csi_gen_utility_pvt.put_line(' Calling CSI_BUSINESS_EVENT_PVT.UPDATE_INSTANCE_EVENT');

371: l_internal_party_id := null;
372: END;
373:
374: IF l_internal_party_id <> l_owner_party_id THEN
375: csi_gen_utility_pvt.put_line(' Calling CSI_BUSINESS_EVENT_PVT.UPDATE_INSTANCE_EVENT');
376: -- Check if relationships is already been built then allow update
377: BEGIN
378: SELECT 'Y'
379: INTO l_relationship_exists

Line 403: CSI_BUSINESS_EVENT_PVT.UPDATE_INSTANCE_EVENT

399: p_relationship_tbl(l_count).relationship_type_code,
400: p_relationship_tbl(l_count).object_id);
401: END IF;
402: --Bug 6990065, base bug 6916919, by requirement, update event should be raised instead of create event when relationship is created
403: CSI_BUSINESS_EVENT_PVT.UPDATE_INSTANCE_EVENT
404: (p_api_version => p_api_version
405: ,p_commit => fnd_api.g_false
406: ,p_init_msg_list => p_init_msg_list
407: ,p_validation_level => p_validation_level