DBA Data[Home] [Help]

APPS.AMS_COLLAB_ASSOC_PVT dependencies on IBC_ASSOCIATIONS

Line 81: from ibc_associations

77:
78: CURSOR C_assoc_id
79: IS
80: SELECT association_id
81: from ibc_associations
82: where association_type_code = 'AMS_COLB'
83: and associated_object_val1 =to_char(p_collab_assoc_rec_type.obj_id)
84: and associated_object_val2 = p_collab_assoc_rec_type.obj_type;
85:

Line 127: IBC_ASSOCIATIONS_GRP.Create_Association (

123: THEN
124: IF p_collab_assoc_rec_type.Collab_type = 'AMS_CONTENT'
125: THEN
126:
127: IBC_ASSOCIATIONS_GRP.Create_Association (
128: p_api_version => 1.0,
129: p_commit => FND_API.G_FALSE,
130: p_assoc_type_code => 'AMS_COLB',
131: p_assoc_object1 => p_collab_assoc_rec_type.obj_id,