DBA Data[Home] [Help]

APPS.AMS_COPYELEMENTS_PVT dependencies on IBC_ASSOCIATIONS_GRP

Line 4357: IBC_ASSOCIATIONS_GRP.Create_Association (

4353: LOOP
4354: FETCH c_get_assoc INTO l_content_item_id;
4355: EXIT WHEN c_get_assoc%NOTFOUND;
4356:
4357: IBC_ASSOCIATIONS_GRP.Create_Association (
4358: p_api_version => 1.0,
4359: p_assoc_type_code => nvl(p_new_act_type, p_src_act_type),
4360: p_assoc_object1 => p_new_act_id,
4361: p_content_item_id => l_content_item_id,