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.CREATE_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.CREATE_INSTANCE_EVENT');
376: -- Check if relationships is already been built then allow update
377: BEGIN
378: SELECT 'Y'
379: INTO l_relationship_exists

Line 402: CSI_BUSINESS_EVENT_PVT.CREATE_INSTANCE_EVENT

398: l_root_asset_id :=csi_ii_relationships_pvt.Get_Root_Parent(p_relationship_tbl(l_count).subject_id,
399: p_relationship_tbl(l_count).relationship_type_code,
400: p_relationship_tbl(l_count).object_id);
401: END IF;
402: CSI_BUSINESS_EVENT_PVT.CREATE_INSTANCE_EVENT
403: (p_api_version => p_api_version
404: ,p_commit => fnd_api.g_false
405: ,p_init_msg_list => p_init_msg_list
406: ,p_validation_level => p_validation_level