APPS.EAM_ASSETATTR_VALUE_PUB dependencies on MTL_EAM_ASSET_ATTR_GROUPS
Line 194: from mtl_eam_asset_attr_groups
190: is
191: l_count number;
192: begin
193: select count(*) into l_count 194: from mtl_eam_asset_attr_groups 195: where association_id = p_association_id and
196: /* removing this as creation_organization_id is not used */
197: /* decode(p_eam_item_type,1,creation_organization_id,1) = decode(p_eam_item_type,1,p_creation_organization_id,1) and */
198: inventory_item_id = p_inventory_item_id